Chromium Code Reviews| Index: Source/WebCore/dom/MessageChannel.idl |
| =================================================================== |
| --- Source/WebCore/dom/MessageChannel.idl (revision 142703) |
| +++ Source/WebCore/dom/MessageChannel.idl (working copy) |
| @@ -29,7 +29,8 @@ |
| CallWith=ScriptExecutionContext, |
| V8CustomConstructor, |
| JSCustomMarkFunction, |
| - JSNoStaticTables |
| + JSNoStaticTables, |
| + ImplementationLacksVTable |
| ] interface MessageChannel { |
| readonly attribute MessagePort port1; |