Index: core/svg/SVGPathSegLinetoAbs.idl |
diff --git a/core/svg/SVGPathSegLinetoAbs.idl b/core/svg/SVGPathSegLinetoAbs.idl |
index 23cf3ace6b07698e17bc159734af5602038a3f44..0a69c5069e83b2f568d6deffe0a8e23fcb493a18 100644 |
--- a/core/svg/SVGPathSegLinetoAbs.idl |
+++ b/core/svg/SVGPathSegLinetoAbs.idl |
@@ -24,8 +24,12 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/paths.html#InterfaceSVGPathSegLinetoAbs |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegLinetoAbs : SVGPathSeg { |
attribute float x; |
attribute float y; |