| Index: Source/core/svg/SVGElement.idl
|
| diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl
|
| index 1608f33d02d7ef3d7c0404c3d42e6a15fb05b2e3..94ac708a799666ca7155af679a5f46d7270cf5df 100644
|
| --- a/Source/core/svg/SVGElement.idl
|
| +++ b/Source/core/svg/SVGElement.idl
|
| @@ -33,6 +33,8 @@
|
| [MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
|
| readonly attribute CSSStyleDeclaration style;
|
|
|
| + [CustomElementCallbacks] attribute long tabIndex;
|
| +
|
| // CSSValue was deprecated in 2003:
|
| // http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html
|
| [DeprecateAs=SVGElementGetPresentationAttribute] CSSValue getPresentationAttribute([Default=Undefined] optional DOMString name);
|
|
|