| Index: Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl
|
| diff --git a/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl b/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl
|
| index 655043fe5a66e98f9b7a38bffe221c80c47ababd..5627fd816698c78b2ce10f1617f34bf224c26d8a 100644
|
| --- a/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl
|
| +++ b/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl
|
| @@ -26,6 +26,8 @@
|
|
|
| [
|
| TypeChecking=Interface,
|
| + RuntimeEnabled=SVG1DOM,
|
| + MeasureAs=SVGPathSegDOM,
|
| ] interface SVGPathSegLinetoHorizontalAbs : SVGPathSeg {
|
| attribute float x;
|
| };
|
|
|