Index: core/svg/SVGPathSeg.idl |
diff --git a/core/svg/SVGPathSeg.idl b/core/svg/SVGPathSeg.idl |
index 4b9ce79a5a793f93d208741feb58e288cdfcdb5b..b28dd7ec07c3344bc81d7c9bd0e8a165d0a85520 100644 |
--- a/core/svg/SVGPathSeg.idl |
+++ b/core/svg/SVGPathSeg.idl |
@@ -24,9 +24,13 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/paths.html#InterfaceSVGPathSeg |
+ |
[ |
- Custom=Wrap, |
DependentLifetime, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
+ WillBeGarbageCollected, |
] interface SVGPathSeg { |
// Path Segment Types |
const unsigned short PATHSEG_UNKNOWN = 0; |