| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 08b96f34f0738249c1a43ed64d8ec90941855dfb..e16fbb87d0d3278386f13f82c09e9679e4207408 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -124,7 +124,7 @@
|
| [RaisesException, ImplementedAs=matches, MeasureAs=ElementPrefixedMatchesSelector] boolean webkitMatchesSelector(DOMString selectors);
|
|
|
| // Experimental isTapStop API
|
| - [RuntimeEnabled=TabStopAttribute] attribute boolean tabStop;
|
| + [RuntimeEnabled=TabStopAttribute, MeasureAs=TabStopProperty] attribute boolean tabStop;
|
|
|
| // Experimental accessibility API
|
| [RuntimeEnabled=ComputedAccessibilityInfo] readonly attribute DOMString? computedRole;
|
|
|