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