Index: Source/core/svg/SVGPathSegList.idl |
diff --git a/Source/core/svg/SVGPathSegList.idl b/Source/core/svg/SVGPathSegList.idl |
index 9f8381b1bf227fdb7447907eb47290401be0747e..e1c9b6531345781b6cd8c17ce982436c0ec55785 100644 |
--- a/Source/core/svg/SVGPathSegList.idl |
+++ b/Source/core/svg/SVGPathSegList.idl |
@@ -27,7 +27,9 @@ |
[ |
TypeChecking=Interface, |
SetWrapperReferenceTo(SVGElement contextElement), |
- ImplementedAs=SVGPathSegListTearOff |
+ ImplementedAs=SVGPathSegListTearOff, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegList { |
readonly attribute unsigned long length; |
[ImplementedAs=length] readonly attribute unsigned long numberOfItems; |