Index: third_party/WebKit/Source/modules/encoding/TextDecoderOptions.idl |
diff --git a/third_party/WebKit/Source/modules/encoding/TextDecoderOptions.idl b/third_party/WebKit/Source/modules/encoding/TextDecoderOptions.idl |
index c2225155ee175eb72bf878e08864b2079a83be81..acbc863acf4e7671f8b11cf332b39971d93cc240 100644 |
--- a/third_party/WebKit/Source/modules/encoding/TextDecoderOptions.idl |
+++ b/third_party/WebKit/Source/modules/encoding/TextDecoderOptions.idl |
@@ -5,7 +5,6 @@ |
// http://encoding.spec.whatwg.org/#textdecoder |
[ |
- GarbageCollected |
] dictionary TextDecoderOptions { |
boolean fatal = false; |
boolean ignoreBOM = false; |