Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 955f2654d90c2a27b93db8ea0724937dae092824..eef2400151d9ff71493d95e1cc792f1c9b0ccbd3 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -112,6 +112,7 @@ |
[RaisesException, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot(); |
[PerWorldBindings] readonly attribute ShadowRoot shadowRoot; |
NodeList getDestinationInsertionPoints(); |
+ [RuntimeEnabled=IsTabStopAttribute] attribute boolean isTabStop; |
// CSSOM View Module API |
ClientRectList getClientRects(); |