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