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