Index: core/svg/SVGPathSegLinetoVerticalAbs.idl |
diff --git a/core/svg/SVGPathSegLinetoVerticalAbs.idl b/core/svg/SVGPathSegLinetoVerticalAbs.idl |
index 7371094ee0044c3309f01b5cdf5202c1de08b63e..141112036835ebd4e00553d0dc937192e06772f3 100644 |
--- a/core/svg/SVGPathSegLinetoVerticalAbs.idl |
+++ b/core/svg/SVGPathSegLinetoVerticalAbs.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#InterfaceSVGPathSegLinetoVerticalAbs |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegLinetoVerticalAbs : SVGPathSeg { |
attribute float y; |
}; |