Index: third_party/WebCore/dom/WebKitNamedFlow.idl |
diff --git a/third_party/WebCore/dom/WebKitNamedFlow.idl b/third_party/WebCore/dom/WebKitNamedFlow.idl |
index 0d324a45f339eb740e7ef1d63e5fde701c60844d..0da90e00cc6dc86703bda9758c730beb20532565 100644 |
--- a/third_party/WebCore/dom/WebKitNamedFlow.idl |
+++ b/third_party/WebCore/dom/WebKitNamedFlow.idl |
@@ -31,7 +31,8 @@ module core { |
interface [ |
JSGenerateToJSObject |
] WebKitNamedFlow { |
- readonly attribute boolean overflow; |
+ readonly attribute DOMString name; |
+ readonly attribute boolean overset; |
NodeList getRegionsByContentNode(in Node contentNode); |
readonly attribute NodeList contentNodes; |
}; |