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