| Index: core/svg/SVGPoint.idl
|
| diff --git a/core/svg/SVGPoint.idl b/core/svg/SVGPoint.idl
|
| index a22224375e3c028ecf5f80a9201f058a2352383e..a19238050291d1005746c1aecd6c832b1764d151 100644
|
| --- a/core/svg/SVGPoint.idl
|
| +++ b/core/svg/SVGPoint.idl
|
| @@ -23,7 +23,7 @@
|
| [
|
| ImplementedAs=SVGPointTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable,
|
| ] interface SVGPoint {
|
| [RaisesException=Setter] attribute float x;
|
| [RaisesException=Setter] attribute float y;
|
|
|