Index: Source/core/svg/SVGAnimatedEnumeration.idl |
diff --git a/Source/core/svg/SVGAnimatedEnumeration.idl b/Source/core/svg/SVGAnimatedEnumeration.idl |
index 8a4f2d9cda2883cf0f5902bf4a110b71c198e7e6..7ed62512d0773488a19ea250209458801fb864e9 100644 |
--- a/Source/core/svg/SVGAnimatedEnumeration.idl |
+++ b/Source/core/svg/SVGAnimatedEnumeration.idl |
@@ -27,6 +27,7 @@ |
ImplementedAs=SVGAnimatedEnumerationBase, |
SetWrapperReferenceTo(SVGElement contextElement), |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
] interface SVGAnimatedEnumeration { |
[RaisesException=Setter] attribute unsigned short baseVal; |
readonly attribute unsigned short animVal; |