| Index: third_party/WebKit/Source/core/dom/Element.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
|
| index 07e6d7aa90489f5b14954851fb6eb6dc062b6769..958c01f4fe327507e32e64a1fb23af661c700a2e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -123,6 +123,9 @@ interface Element : Node {
|
| [RuntimeEnabled=ComputedAccessibilityInfo] readonly attribute DOMString? computedRole;
|
| [RuntimeEnabled=ComputedAccessibilityInfo] readonly attribute DOMString? computedName;
|
|
|
| + // Accessibility Object Model
|
| + [RuntimeEnabled=AccessibilityObjectModel] readonly attribute AccessibleNode? accessibleNode;
|
| +
|
| // Event handler attributes
|
| attribute EventHandler onbeforecopy;
|
| attribute EventHandler onbeforecut;
|
|
|