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