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