| 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 9c316ec8df80d81623b28f300ba9d1770d66f318..feb33d7c72a226a966f41c782eca33ff0835ed74 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;
|
| void click();
|
| [CEReactions, CustomElementCallbacks] attribute long tabIndex;
|
| + [RuntimeEnabled=InertAttribute, Reflect] attribute boolean inert;
|
| void focus();
|
| void blur();
|
| [CEReactions, Reflect] attribute DOMString accessKey;
|
|
|