Index: Source/core/svg/SVGElement.idl |
diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl |
index 4ee3be58cb83816ac8061dce03de13f87adf1ff9..3ac62ab48dbfec01a75cc6a8548ed3d893730756 100644 |
--- a/Source/core/svg/SVGElement.idl |
+++ b/Source/core/svg/SVGElement.idl |
@@ -30,7 +30,7 @@ |
[Reflect] attribute DOMString xmllang; |
[Reflect] attribute DOMString xmlspace; |
- [MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className; |
+ [RuntimeEnabled=SVG1DOM,MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className; |
readonly attribute CSSStyleDeclaration style; |
@@ -38,4 +38,3 @@ |
}; |
SVGElement implements GlobalEventHandlers; |
- |