| Index: third_party/WebCore/dom/WebKitNamedFlow.idl
|
| diff --git a/third_party/WebCore/dom/WebKitNamedFlow.idl b/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| index 10a4d9e981c60be3053c661108a498d0d0378720..0d324a45f339eb740e7ef1d63e5fde701c60844d 100644
|
| --- a/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| +++ b/third_party/WebCore/dom/WebKitNamedFlow.idl
|
| @@ -33,6 +33,7 @@ module core {
|
| ] WebKitNamedFlow {
|
| readonly attribute boolean overflow;
|
| NodeList getRegionsByContentNode(in Node contentNode);
|
| + readonly attribute NodeList contentNodes;
|
| };
|
| }
|
|
|
|
|