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