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