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