Index: Source/core/svg/SVGAnimatedBoolean.idl |
diff --git a/Source/core/svg/SVGAnimatedBoolean.idl b/Source/core/svg/SVGAnimatedBoolean.idl |
index 375a95efabdcf4b8d817b42b7e03e8e86a07589d..daeaadbec7545f8c4dd9ae3d489b3f02c55b7156 100644 |
--- a/Source/core/svg/SVGAnimatedBoolean.idl |
+++ b/Source/core/svg/SVGAnimatedBoolean.idl |
@@ -29,6 +29,7 @@ |
TypeChecking=Interface, |
RuntimeEnabled=SVG1DOM, |
MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedBoolean { |
[RaisesException=Setter] attribute boolean baseVal; |
readonly attribute boolean animVal; |