Index: core/svg/SVGPathSegLinetoRel.idl |
diff --git a/core/svg/SVGPathSegLinetoRel.idl b/core/svg/SVGPathSegLinetoRel.idl |
index a73f5d29a3fdb6c6778354047d9d5a2f1e2a0d9c..684dfe5816b028fde7ca6273ada97a460c05ce6b 100644 |
--- a/core/svg/SVGPathSegLinetoRel.idl |
+++ b/core/svg/SVGPathSegLinetoRel.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#InterfaceSVGPathSegLinetoRel |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegLinetoRel : SVGPathSeg { |
attribute float x; |
attribute float y; |