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