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