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