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