Index: Source/core/svg/SVGPointList.idl |
diff --git a/Source/core/svg/SVGPointList.idl b/Source/core/svg/SVGPointList.idl |
index e4cbd920b93a56580cb078d0dea3f448bcaecc88..55e604236bdc7ae282a67d49980d3b043eefbf0d 100644 |
--- a/Source/core/svg/SVGPointList.idl |
+++ b/Source/core/svg/SVGPointList.idl |
@@ -29,6 +29,7 @@ |
TypeChecking=Interface, |
RuntimeEnabled=SVG1DOM, |
MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGPointList { |
readonly attribute unsigned long length; |
[ImplementedAs=length] readonly attribute unsigned long numberOfItems; |