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