Chromium Code Reviews| Index: Source/core/dom/MessageChannel.idl |
| diff --git a/Source/core/dom/MessageChannel.idl b/Source/core/dom/MessageChannel.idl |
| index 84d4d1bef0de50e8f530a5f3acd1adedadcd3e6a..3a1123c78d1d60b5f1c071a931672be2c40c7693 100644 |
| --- a/Source/core/dom/MessageChannel.idl |
| +++ b/Source/core/dom/MessageChannel.idl |
| @@ -27,6 +27,7 @@ |
| [ |
| CustomConstructor, |
| Exposed=Window&Worker, |
| + WillBeGarbageCollected |
| ] interface MessageChannel { |
| readonly attribute MessagePort port1; |
| readonly attribute MessagePort port2; |