| Index: Source/core/dom/MessageChannel.idl
|
| diff --git a/Source/core/dom/MessageChannel.idl b/Source/core/dom/MessageChannel.idl
|
| index 14a4e19ff083e3c6198403b4aea5125923528277..6a20e89efaa4c038e9b3323fc0ff0b9b144c46cf 100644
|
| --- a/Source/core/dom/MessageChannel.idl
|
| +++ b/Source/core/dom/MessageChannel.idl
|
| @@ -24,6 +24,8 @@
|
| *
|
| */
|
|
|
| +// https://html.spec.whatwg.org/#message-channels
|
| +
|
| [
|
| CustomConstructor,
|
| Exposed=(Window,Worker),
|
| @@ -32,4 +34,3 @@
|
| readonly attribute MessagePort port1;
|
| readonly attribute MessagePort port2;
|
| };
|
| -
|
|
|