Index: core/svg/SVGPathSegLinetoHorizontalRel.idl |
diff --git a/core/svg/SVGPathSegLinetoHorizontalRel.idl b/core/svg/SVGPathSegLinetoHorizontalRel.idl |
index 681d6393cf4f113bc1c87b125da4a6943c60f717..c9ececfa3b02f188c69ae6d350cda118b7ad76dc 100644 |
--- a/core/svg/SVGPathSegLinetoHorizontalRel.idl |
+++ b/core/svg/SVGPathSegLinetoHorizontalRel.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#InterfaceSVGPathSegLinetoHorizontalRel |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegLinetoHorizontalRel : SVGPathSeg { |
attribute float x; |
}; |