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