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