| Index: third_party/WebCore/dom/WebKitNamedFlow.idl
|
| diff --git a/third_party/WebCore/dom/WebKitNamedFlow.idl b/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| index 0da90e00cc6dc86703bda9758c730beb20532565..a8641ca856f1092e083922edddad8f348f46a70f 100644
|
| --- a/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| +++ b/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| @@ -34,7 +34,7 @@ module core {
|
| readonly attribute DOMString name;
|
| readonly attribute boolean overset;
|
| NodeList getRegionsByContentNode(in Node contentNode);
|
| - readonly attribute NodeList contentNodes;
|
| + NodeList getContent();
|
| };
|
| }
|
|
|
|
|