Chromium Code Reviews| Index: Source/core/svg/SVGPathSegMovetoRel.idl |
| diff --git a/Source/core/svg/SVGPathSegMovetoRel.idl b/Source/core/svg/SVGPathSegMovetoRel.idl |
| index 30909c2226fed1dc201c3d580c623dd898952c83..f9370d86f41ccc002bfe76532548369d0ed31809 100644 |
| --- a/Source/core/svg/SVGPathSegMovetoRel.idl |
| +++ b/Source/core/svg/SVGPathSegMovetoRel.idl |
| @@ -25,7 +25,7 @@ |
| */ |
| [ |
| - StrictTypeChecking, |
| + TypeChecking=Interface|Nullable|String, |
| ] interface SVGPathSegMovetoRel : SVGPathSeg { |
| attribute float x; |
| attribute float y; |