Index: core/svg/SVGPathSegCurvetoCubicAbs.idl |
diff --git a/core/svg/SVGPathSegCurvetoCubicAbs.idl b/core/svg/SVGPathSegCurvetoCubicAbs.idl |
index 8c666eb784fd08b5a71577b6804eda9442c765ce..272dbbae04f6b138829c2fcb9d71ad7b16784f8d 100644 |
--- a/core/svg/SVGPathSegCurvetoCubicAbs.idl |
+++ b/core/svg/SVGPathSegCurvetoCubicAbs.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#InterfaceSVGPathSegCurvetoCubicAbs |
+ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegCurvetoCubicAbs : SVGPathSeg { |
attribute float x; |
attribute float y; |