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