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