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