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 95b0d0a7f9f4cd76c517cacb9c9b9a41929f7d40..74763c010ab40f625ed21833a1d22dfeb4534049 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; |
+ [CEReactions, RuntimeEnabled=InertAttribute, Reflect] attribute boolean inert; |
void focus(); |
void blur(); |
[CEReactions, Reflect] attribute DOMString accessKey; |