Index: Source/core/svg/SVGElement.idl |
diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl |
index 57a216237b5861be38b5923fd9eef5aba71541f4..8ce9e7d0cdeddaaf537d4f488a009bc8e383571d 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; |
}; |
SVGElement implements GlobalEventHandlers; |