| Index: Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
|
| diff --git a/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl b/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
|
| index cecfb26f62f3dec470ddce3ec3765a3c027423d3..1757c77ada3ccdd5b88335046945f17ada441a4a 100644
|
| --- a/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
|
| +++ b/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
|
| @@ -26,6 +26,8 @@
|
|
|
| [
|
| TypeChecking=Interface,
|
| + RuntimeEnabled=SVG1DOM,
|
| + MeasureAs=SVGPathSegDOM,
|
| ] interface SVGPathSegCurvetoQuadraticSmoothRel : SVGPathSeg {
|
| attribute float x;
|
| attribute float y;
|
|
|