| Index: Source/core/svg/SVGAnimatedLengthList.idl
|
| diff --git a/Source/core/svg/SVGAnimatedLengthList.idl b/Source/core/svg/SVGAnimatedLengthList.idl
|
| index 28abe3284fa03af2d4a427424bb23d3c6066dc5d..c56268317ed964611c608895394add99e44ab0a9 100644
|
| --- a/Source/core/svg/SVGAnimatedLengthList.idl
|
| +++ b/Source/core/svg/SVGAnimatedLengthList.idl
|
| @@ -28,6 +28,7 @@
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| RuntimeEnabled=SVG1DOM,
|
| MeasureAs=SVG1DOM,
|
| + WillBeGarbageCollected,
|
| ] interface SVGAnimatedLengthList {
|
| readonly attribute SVGLengthList baseVal;
|
| readonly attribute SVGLengthList animVal;
|
|
|