| Index: third_party/WebKit/Source/core/svg/SVGLengthList.idl
 | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGLengthList.idl b/third_party/WebKit/Source/core/svg/SVGLengthList.idl
 | 
| index 3b073bf5333b1bc9bd3e28ee269901de9f12abbe..535fe720586afafb02810fdc2daf8c0f84505d2a 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGLengthList.idl
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthList.idl
 | 
| @@ -29,7 +29,6 @@
 | 
|  [
 | 
|      ImplementedAs=SVGLengthListTearOff,
 | 
|      SetWrapperReferenceTo(SVGElement contextElement),
 | 
| -    GarbageCollected,
 | 
|  ] interface SVGLengthList {
 | 
|      readonly attribute unsigned long length;
 | 
|      [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
 | 
| 
 |