| Index: third_party/WebCore/dom/WebKitNamedFlow.idl
|
| diff --git a/third_party/WebCore/dom/WebKitNamedFlow.idl b/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| index a8641ca856f1092e083922edddad8f348f46a70f..f586a9d089771438f0fa7b74e8f9550d1c366962 100644
|
| --- a/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| +++ b/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| @@ -33,7 +33,8 @@ module core {
|
| ] WebKitNamedFlow {
|
| readonly attribute DOMString name;
|
| readonly attribute boolean overset;
|
| - NodeList getRegionsByContentNode(in Node contentNode);
|
| + readonly attribute int firstEmptyRegionIndex;
|
| + NodeList getRegionsByContent(in Node contentNode);
|
| NodeList getContent();
|
| };
|
| }
|
|
|