| Index: Source/modules/websockets/WebSocket.idl
|
| diff --git a/Source/modules/websockets/WebSocket.idl b/Source/modules/websockets/WebSocket.idl
|
| index 47a8c2ed46a106866068d957bfd9b335e8f9e87f..05ee98b5082d34427886583db54d4fc2eb3fe1c3 100644
|
| --- a/Source/modules/websockets/WebSocket.idl
|
| +++ b/Source/modules/websockets/WebSocket.idl
|
| @@ -35,7 +35,6 @@ enum BinaryType { "blob", "arraybuffer" };
|
|
|
| [
|
| ActiveDOMObject,
|
| - // FIXME: Spec has DOMString[]. https://www.w3.org/Bugs/Public/show_bug.cgi?id=28102
|
| Constructor(DOMString url, optional (DOMString or sequence<DOMString>) protocols),
|
| ConstructorCallWith=ExecutionContext,
|
| Exposed=(Window,Worker),
|
|
|