Chromium Code Reviews| Index: Source/core/dom/MessagePort.idl |
| diff --git a/Source/core/dom/MessagePort.idl b/Source/core/dom/MessagePort.idl |
| index 77d8652d2d66e303aeccf2414d9a1d5d51b4b0c8..70e5f0917a1abb36cee709e9cceee73a30295147 100644 |
| --- a/Source/core/dom/MessagePort.idl |
| +++ b/Source/core/dom/MessagePort.idl |
| @@ -27,7 +27,6 @@ |
| [ |
| ActiveDOMObject, |
| - WillBeGarbageCollected |
| ] interface MessagePort : EventTarget { |
| [Custom, RaisesException] void postMessage(any message, optional sequence<Transferable> transfer); |