Index: Source/core/svg/SVGAnimatedBoolean.idl |
diff --git a/Source/core/svg/SVGAnimatedBoolean.idl b/Source/core/svg/SVGAnimatedBoolean.idl |
index daeb710fcc7dacc4c7ace2cfa466e33823ecc9c9..ceab2e7dda99f2cddab9fc8651f5fca92f72fcc8 100644 |
--- a/Source/core/svg/SVGAnimatedBoolean.idl |
+++ b/Source/core/svg/SVGAnimatedBoolean.idl |
@@ -26,6 +26,7 @@ |
[ |
SetWrapperReferenceTo(SVGElement contextElement), |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
] interface SVGAnimatedBoolean { |
[RaisesException=Setter] attribute boolean baseVal; |
readonly attribute boolean animVal; |