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