Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4117)

Unified Diff: modules/websockets/DOMWindowWebSocket.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/websockets/DOMWindowWebSocket.idl
diff --git a/modules/websockets/DOMWindowWebSocket.idl b/modules/websockets/DOMWindowWebSocket.idl
index 7e183c48a2432c720f5712e9d4f4ec6686ce8ea3..c8d2d648918a2a8a439a00f857d0eb63f9d8d441 100644
--- a/modules/websockets/DOMWindowWebSocket.idl
+++ b/modules/websockets/DOMWindowWebSocket.idl
@@ -24,9 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Supplemental=DOMWindow
-] interface DOMWindowWebSocket {
+partial interface DOMWindow {
attribute CloseEventConstructor CloseEvent;
attribute WebSocketConstructor WebSocket; // Usable with the new operator
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b