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