| Index: third_party/WebKit/Source/core/html/HTMLElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| index 6b33617f0815c65b368b22c8b9833cf89f967fa7..333e849fe26cf6dcb0c03958161f8b1998449281 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| @@ -32,6 +32,7 @@ interface HTMLElement : Element {
|
| [CEReactions, Reflect] attribute boolean hidden;
|
| [ImplementedAs=clickForBindings] void click();
|
| [CEReactions, CustomElementCallbacks] attribute long tabIndex;
|
| + [RuntimeEnabled=InertAttribute, Reflect] attribute boolean inert;
|
| void focus();
|
| void blur();
|
| [CEReactions, Reflect] attribute DOMString accessKey;
|
|
|