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