| Index: third_party/WebKit/Source/modules/encoding/TextDecoder.idl
 | 
| diff --git a/third_party/WebKit/Source/modules/encoding/TextDecoder.idl b/third_party/WebKit/Source/modules/encoding/TextDecoder.idl
 | 
| index 612755564635913cc3c8e72f8ec1bf21fb820d08..9e1a9b6e18dac95d64f8f1df60a615bff8dc7831 100644
 | 
| --- a/third_party/WebKit/Source/modules/encoding/TextDecoder.idl
 | 
| +++ b/third_party/WebKit/Source/modules/encoding/TextDecoder.idl
 | 
| @@ -32,7 +32,6 @@
 | 
|      Exposed=(Window,Worker),
 | 
|      Constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options),
 | 
|      RaisesException=Constructor,
 | 
| -    GarbageCollected,
 | 
|      MeasureAs=TextDecoderConstructor
 | 
|  ] interface TextDecoder {
 | 
|      readonly attribute DOMString encoding;
 | 
| 
 |