Index: Source/core/dom/DOMNamedFlowCollection.idl |
diff --git a/Source/core/dom/DOMNamedFlowCollection.idl b/Source/core/dom/DOMNamedFlowCollection.idl |
index b8bda5542955eb7f1c2050bd5da5cade75d0b71c..66b5f0fb8d6348d1a6904ad9b40ec1cbebe1a718 100644 |
--- a/Source/core/dom/DOMNamedFlowCollection.idl |
+++ b/Source/core/dom/DOMNamedFlowCollection.idl |
@@ -31,7 +31,6 @@ |
NoInterfaceObject, |
EnabledAtRuntime=cssRegions, |
InterfaceName=WebKitNamedFlowCollection, |
- ImplementationLacksVTable |
] interface DOMNamedFlowCollection { |
readonly attribute unsigned long length; |
getter NamedFlow item(unsigned long index); |