Index: Source/modules/websockets/WebSocket.idl |
diff --git a/Source/modules/websockets/WebSocket.idl b/Source/modules/websockets/WebSocket.idl |
index 888450778922e3e94e5bed33aa25fed77e546f1f..8bf1a513c8c34590c6a4001986b8c52a34938b16 100644 |
--- a/Source/modules/websockets/WebSocket.idl |
+++ b/Source/modules/websockets/WebSocket.idl |
@@ -41,7 +41,7 @@ enum BinaryType { "blob", "arraybuffer" }; |
Constructor(DOMString url, optional DOMString protocol), |
Constructor(DOMString url, sequence<DOMString> protocols), |
ConstructorCallWith=ExecutionContext, |
- Exposed=Window&Worker, |
+ Exposed=(Window,Worker), |
RaisesException=Constructor, |
WillBeGarbageCollected, |
ImplementedAs=DOMWebSocket, |