Index: core/svg/SVGAnimatedBoolean.idl |
diff --git a/core/svg/SVGAnimatedBoolean.idl b/core/svg/SVGAnimatedBoolean.idl |
index b78954a906a4a371c628522ed0771cd388d4c169..f009f6f2fe9581a991b475cb79ed875ec063edb4 100644 |
--- a/core/svg/SVGAnimatedBoolean.idl |
+++ b/core/svg/SVGAnimatedBoolean.idl |
@@ -24,9 +24,9 @@ |
*/ |
[ |
- StrictTypeChecking, |
+ SetWrapperReferenceTo(SVGElement contextElement), |
+ TypeChecking=Interface|Nullable, |
] interface SVGAnimatedBoolean { |
[RaisesException=Setter] attribute boolean baseVal; |
readonly attribute boolean animVal; |
}; |
- |