| Index: Source/core/dom/WebKitNamedFlow.idl
|
| diff --git a/Source/core/dom/NamedFlow.idl b/Source/core/dom/WebKitNamedFlow.idl
|
| similarity index 97%
|
| rename from Source/core/dom/NamedFlow.idl
|
| rename to Source/core/dom/WebKitNamedFlow.idl
|
| index ae2cfeb7d0d337ffea13c1516a1c78a0d15152c2..5a008bd3bd863564db2e0fcee7684ee616b0f7a2 100644
|
| --- a/Source/core/dom/NamedFlow.idl
|
| +++ b/Source/core/dom/WebKitNamedFlow.idl
|
| @@ -31,9 +31,9 @@
|
| NoInterfaceObject,
|
| EnabledAtRuntime=cssRegions,
|
| EventTarget,
|
| - InterfaceName=WebKitNamedFlow,
|
| + ImplementedAs=NamedFlow,
|
| GenerateIsReachable=ownerNode
|
| -] interface NamedFlow {
|
| +] interface WebKitNamedFlow {
|
| readonly attribute DOMString name;
|
| readonly attribute boolean overset;
|
| readonly attribute long firstEmptyRegionIndex;
|
|
|