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