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