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