| Index: Source/modules/websockets/WebSocket.idl
|
| diff --git a/Source/modules/websockets/WebSocket.idl b/Source/modules/websockets/WebSocket.idl
|
| index 2f24d2d6464e1428a651185c765c779aa6e98fff..c2a343cd22eff344cdf80919caf67e452b138cb3 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,
|
| GarbageCollected,
|
| ImplementedAs=DOMWebSocket,
|
|
|