| Index: modules/websockets/WebSocket.idl
|
| diff --git a/modules/websockets/WebSocket.idl b/modules/websockets/WebSocket.idl
|
| index 47a8c2ed46a106866068d957bfd9b335e8f9e87f..ee128164f63408c918cac880dd5915bdb4646648 100644
|
| --- a/modules/websockets/WebSocket.idl
|
| +++ b/modules/websockets/WebSocket.idl
|
| @@ -34,12 +34,10 @@
|
| enum BinaryType { "blob", "arraybuffer" };
|
|
|
| [
|
| - ActiveDOMObject,
|
| - // FIXME: Spec has DOMString[]. https://www.w3.org/Bugs/Public/show_bug.cgi?id=28102
|
| + DependentLifetime,
|
| Constructor(DOMString url, optional (DOMString or sequence<DOMString>) protocols),
|
| ConstructorCallWith=ExecutionContext,
|
| Exposed=(Window,Worker),
|
| - TypeChecking=Interface,
|
| RaisesException=Constructor,
|
| GarbageCollected,
|
| ImplementedAs=DOMWebSocket,
|
|
|