| Index: third_party/WebKit/Source/core/svg/SVGTransformList.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformList.idl b/third_party/WebKit/Source/core/svg/SVGTransformList.idl
|
| index 2ffb5bc8ad5f598e36df56ff75c0be106d038588..e373f37415977b454828bfd0a5fd36c8515819a3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformList.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformList.idl
|
| @@ -29,7 +29,7 @@
|
| [
|
| ImplementedAs=SVGTransformListTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface SVGTransformList {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
|
|
|