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