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