| Index: third_party/WebKit/Source/core/dom/AccessibleNode.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/AccessibleNode.idl b/third_party/WebKit/Source/core/dom/AccessibleNode.idl
|
| index 0c8356cb2fded2b380229e60548b9fd52e921f4e..e9909ab01129a98fb9f47b3263a8db1d194c2020 100644
|
| --- a/third_party/WebKit/Source/core/dom/AccessibleNode.idl
|
| +++ b/third_party/WebKit/Source/core/dom/AccessibleNode.idl
|
| @@ -24,6 +24,7 @@
|
| attribute AccessibleNode? errorMessage;
|
| attribute boolean? expanded;
|
| attribute AccessibleNodeList? flowTo;
|
| + attribute DOMString? hasPopUp;
|
| attribute boolean? hidden;
|
| attribute DOMString? invalid;
|
| attribute DOMString? keyShortcuts;
|
|
|