Index: Source/core/svg/SVGPointList.idl |
diff --git a/Source/core/svg/SVGPointList.idl b/Source/core/svg/SVGPointList.idl |
index 7bf20b53f7e09c64bf66aa4b1550becf14e58a58..1018f5df45b2adf17515c3dac330cfa01fa3192e 100644 |
--- a/Source/core/svg/SVGPointList.idl |
+++ b/Source/core/svg/SVGPointList.idl |
@@ -27,6 +27,7 @@ |
ImplementedAs=SVGPointListTearOff, |
SetWrapperReferenceTo(SVGElement contextElement), |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
] interface SVGPointList { |
readonly attribute unsigned long length; |
[ImplementedAs=length] readonly attribute unsigned long numberOfItems; |