| Index: Source/core/svg/SVGAnimatedBoolean.idl
|
| diff --git a/Source/core/svg/SVGAnimatedBoolean.idl b/Source/core/svg/SVGAnimatedBoolean.idl
|
| index 9b0703c30b3353f6518f2f5de452f4c3acbd9f9e..80c02073382f487bb5427d6f91ef7aea00dd5317 100644
|
| --- a/Source/core/svg/SVGAnimatedBoolean.idl
|
| +++ b/Source/core/svg/SVGAnimatedBoolean.idl
|
| @@ -25,7 +25,7 @@
|
|
|
| [
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable|String,
|
| ] interface SVGAnimatedBoolean {
|
| [RaisesException=Setter] attribute boolean baseVal;
|
| readonly attribute boolean animVal;
|
|
|