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