| Index: Source/core/svg/SVGAnimatedInteger.idl
|
| diff --git a/Source/core/svg/SVGAnimatedInteger.idl b/Source/core/svg/SVGAnimatedInteger.idl
|
| index 78ad65a7a65736077541e0aa80799484ca5d675e..fb60b4d634fa571e45df3c78b94cc8239f815b91 100644
|
| --- a/Source/core/svg/SVGAnimatedInteger.idl
|
| +++ b/Source/core/svg/SVGAnimatedInteger.idl
|
| @@ -25,7 +25,7 @@
|
|
|
| [
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable|String,
|
| ] interface SVGAnimatedInteger {
|
| [RaisesException=Setter] attribute long baseVal;
|
| readonly attribute long animVal;
|
|
|