| Index: core/dom/WebKitNamedFlowCollection.idl
|
| diff --git a/core/dom/DOMNamedFlowCollection.idl b/core/dom/WebKitNamedFlowCollection.idl
|
| similarity index 84%
|
| rename from core/dom/DOMNamedFlowCollection.idl
|
| rename to core/dom/WebKitNamedFlowCollection.idl
|
| index 1ec92f418ed1d76f0c9af0ca510d76a892097041..65aa56d9b60182c110b091395ba53ec26c9992b0 100644
|
| --- a/core/dom/DOMNamedFlowCollection.idl
|
| +++ b/core/dom/WebKitNamedFlowCollection.idl
|
| @@ -30,10 +30,10 @@
|
| [
|
| NoInterfaceObject,
|
| EnabledAtRuntime=cssRegions,
|
| - InterfaceName=WebKitNamedFlowCollection
|
| -] interface DOMNamedFlowCollection {
|
| + ImplementedAs=DOMNamedFlowCollection
|
| +] interface WebKitNamedFlowCollection {
|
| readonly attribute unsigned long length;
|
| - getter NamedFlow item(unsigned long index);
|
| - NamedFlow namedItem(DOMString name);
|
| - [NotEnumerable, ImplementedAs=namedItem] getter NamedFlow (DOMString name);
|
| + getter WebKitNamedFlow item(unsigned long index);
|
| + WebKitNamedFlow namedItem(DOMString name);
|
| + [NotEnumerable, ImplementedAs=namedItem] getter WebKitNamedFlow (DOMString name);
|
| };
|
|
|