Index: core/svg/SVGPathSegLinetoVerticalRel.idl |
diff --git a/core/svg/SVGPathSegLinetoVerticalRel.idl b/core/svg/SVGPathSegLinetoVerticalRel.idl |
index 74ccdeefac28542ec3d1c52c9d003ef508c836c3..f7acc5ead9e0a9cfac1791412e9fe49ca3e0a655 100644 |
--- a/core/svg/SVGPathSegLinetoVerticalRel.idl |
+++ b/core/svg/SVGPathSegLinetoVerticalRel.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#InterfaceSVGPathSegLinetoVerticalRel |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegLinetoVerticalRel : SVGPathSeg { |
attribute float y; |
}; |