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