Index: Source/modules/websockets/WebSocket.idl |
diff --git a/Source/modules/websockets/WebSocket.idl b/Source/modules/websockets/WebSocket.idl |
index 76549aefd299adc3263f4221ae5ba0c6999303e9..425ac96090bf24f2d700f2a653f7b579fe5c30e3 100644 |
--- a/Source/modules/websockets/WebSocket.idl |
+++ b/Source/modules/websockets/WebSocket.idl |
@@ -34,8 +34,8 @@ |
Constructor(DOMString url), |
Constructor(DOMString url, sequence<DOMString> protocols), |
Constructor(DOMString url, DOMString protocol), |
- RaisesException, |
- CallWith=ScriptExecutionContext, |
+ ConstructorRaisesException, |
+ ConstructorCallWith=ScriptExecutionContext, |
EventTarget |
] interface WebSocket { |
readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons. |