Index: Source/modules/websockets/WebSocket.idl |
diff --git a/Source/modules/websockets/WebSocket.idl b/Source/modules/websockets/WebSocket.idl |
index 9908035b054a1ab04eca1c4000f78185e058174b..7ebf523c60828eaab82d42f259ff6b578789b73d 100644 |
--- a/Source/modules/websockets/WebSocket.idl |
+++ b/Source/modules/websockets/WebSocket.idl |
@@ -30,7 +30,7 @@ |
*/ |
[ |
- GlobalContext=WindowAndWorker, |
+ GlobalContext=Window&WorkerGlobalScope, |
ActiveDOMObject, |
Constructor(DOMString url), |
Constructor(DOMString url, sequence<DOMString> protocols), |