Chromium Code Reviews| Index: Source/modules/websockets/WebSocket.idl |
| diff --git a/Source/modules/websockets/WebSocket.idl b/Source/modules/websockets/WebSocket.idl |
| index 425ac96090bf24f2d700f2a653f7b579fe5c30e3..9908035b054a1ab04eca1c4000f78185e058174b 100644 |
| --- a/Source/modules/websockets/WebSocket.idl |
| +++ b/Source/modules/websockets/WebSocket.idl |
| @@ -30,6 +30,7 @@ |
| */ |
| [ |
| + GlobalContext=WindowAndWorker, |
| ActiveDOMObject, |
| Constructor(DOMString url), |
| Constructor(DOMString url, sequence<DOMString> protocols), |