| Index: modules/websockets/WebSocket.idl
|
| diff --git a/modules/websockets/WebSocket.idl b/modules/websockets/WebSocket.idl
|
| index 9748b642ac3479fd3969d5a12177749685d7a765..9430204cdaa111754713836be1a426c9ee2142e2 100644
|
| --- a/modules/websockets/WebSocket.idl
|
| +++ b/modules/websockets/WebSocket.idl
|
| @@ -36,7 +36,7 @@
|
| Constructor(DOMString url, sequence<DOMString> protocols),
|
| Constructor(DOMString url, DOMString protocol),
|
| ConstructorRaisesException,
|
| - ConstructorCallWith=ScriptExecutionContext
|
| + ConstructorCallWith=ExecutionContext
|
| ] interface WebSocket : EventTarget {
|
| readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
|
| readonly attribute DOMString url;
|
|
|