Chromium Code Reviews| Index: Source/modules/websockets/WorkerContextWebSocket.idl |
| diff --git a/Source/modules/websockets/WorkerContextWebSocket.idl b/Source/modules/websockets/WorkerContextWebSocket.idl |
| index b03867b0d97457c7ce813434a3dd30a358c9b945..78a261ae5ba3ca79744967d629653cd6daecf3fb 100644 |
| --- a/Source/modules/websockets/WorkerContextWebSocket.idl |
| +++ b/Source/modules/websockets/WorkerContextWebSocket.idl |
| @@ -25,6 +25,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| Supplemental=WorkerContext |
| ] interface WorkerContextWebSocket { |
| attribute WebSocketConstructor WebSocket; // Usable with the new operator |