| Index: core/dom/MessageChannel.idl
|
| diff --git a/core/dom/MessageChannel.idl b/core/dom/MessageChannel.idl
|
| index fbd8babde20f3352d2304ebfff458aa3737590cf..3a1123c78d1d60b5f1c071a931672be2c40c7693 100644
|
| --- a/core/dom/MessageChannel.idl
|
| +++ b/core/dom/MessageChannel.idl
|
| @@ -26,7 +26,8 @@
|
|
|
| [
|
| CustomConstructor,
|
| - GlobalContext=Window&WorkerGlobalScope,
|
| + Exposed=Window&Worker,
|
| + WillBeGarbageCollected
|
| ] interface MessageChannel {
|
| readonly attribute MessagePort port1;
|
| readonly attribute MessagePort port2;
|
|
|