Chromium Code Reviews| Index: Source/modules/websockets/WebSocket.idl |
| diff --git a/Source/modules/websockets/WebSocket.idl b/Source/modules/websockets/WebSocket.idl |
| index 0973a42047531b57fb6bea854fc844957fee8892..d4f15d12f64b5b848f404c305e60772db2584af1 100644 |
| --- a/Source/modules/websockets/WebSocket.idl |
| +++ b/Source/modules/websockets/WebSocket.idl |
| @@ -30,6 +30,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| ActiveDOMObject, |
| Constructor(DOMString url), |
| Constructor(DOMString url, sequence<DOMString> protocols), |