| Index: Source/core/svg/SVGPathSegList.idl
|
| diff --git a/Source/core/svg/SVGPathSegList.idl b/Source/core/svg/SVGPathSegList.idl
|
| index e1c9b6531345781b6cd8c17ce982436c0ec55785..f513b3b0c2fa5a5c3d36818d488326d508d30d23 100644
|
| --- a/Source/core/svg/SVGPathSegList.idl
|
| +++ b/Source/core/svg/SVGPathSegList.idl
|
| @@ -30,6 +30,7 @@
|
| ImplementedAs=SVGPathSegListTearOff,
|
| RuntimeEnabled=SVG1DOM,
|
| MeasureAs=SVGPathSegDOM,
|
| + WillBeGarbageCollected,
|
| ] interface SVGPathSegList {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
|
|
|