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