Index: Source/core/dom/DOMNamedFlowCollection.idl |
diff --git a/Source/core/dom/DOMNamedFlowCollection.idl b/Source/core/dom/DOMNamedFlowCollection.idl |
index 2e3c353744536e4bda7766f293679bdec98b71ed..f3913321c33a4711d6963ee05481419ccc1d4cc2 100644 |
--- a/Source/core/dom/DOMNamedFlowCollection.idl |
+++ b/Source/core/dom/DOMNamedFlowCollection.idl |
@@ -31,10 +31,9 @@ |
Conditional=CSS_REGIONS, |
EnabledAtRuntime=cssRegions, |
InterfaceName=WebKitNamedFlowCollection, |
- IndexedGetter, |
ImplementationLacksVTable |
] interface DOMNamedFlowCollection { |
readonly attribute unsigned long length; |
- NamedFlow item(unsigned long index); |
+ getter NamedFlow item(unsigned long index); |
getter NamedFlow namedItem(DOMString name); |
}; |