| Index: third_party/WebKit/Source/core/dom/MessagePort.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.idl b/third_party/WebKit/Source/core/dom/MessagePort.idl
|
| index c7a5cd5d4986d92fe18e8bbf2087a1f82f4d2123..7b0b537c81d4b8cd061f02618d0fc8487573e592 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.idl
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.idl
|
| @@ -31,7 +31,6 @@
|
| ActiveScriptWrappable,
|
| DependentLifetime,
|
| Exposed=(Window,Worker),
|
| - GarbageCollected,
|
| ] interface MessagePort : EventTarget {
|
| [PostMessage, RaisesException, Measure] void postMessage(any message, optional sequence<Transferable> transfer);
|
| [Measure] void start();
|
|
|