| Index: Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl
|
| diff --git a/Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl b/Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl
|
| index a14cbe38c1d482833d1f54a123c632fbcd474260..d4da4533ffe114baf1a56915521310afa385357d 100644
|
| --- a/Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl
|
| +++ b/Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl
|
| @@ -25,7 +25,7 @@
|
| */
|
|
|
| [
|
| - TypeChecking=Interface|Nullable,
|
| + TypeChecking=Interface,
|
| ] interface SVGPathSegCurvetoQuadraticRel : SVGPathSeg {
|
| attribute float x;
|
| attribute float y;
|
|
|