| Index: Source/modules/encoding/TextDecodeOptions.idl
|
| diff --git a/Source/modules/encoding/TextDecodeOptions.idl b/Source/modules/encoding/TextDecodeOptions.idl
|
| index a4e0974b5c067bc27e96d02afce969a09e66b446..da115c44811b50d1908d7db9ed97345fe22a1a26 100644
|
| --- a/Source/modules/encoding/TextDecodeOptions.idl
|
| +++ b/Source/modules/encoding/TextDecodeOptions.idl
|
| @@ -4,8 +4,6 @@
|
|
|
| // http://encoding.spec.whatwg.org/#textdecoder
|
|
|
| -[
|
| - GarbageCollected
|
| -] dictionary TextDecodeOptions {
|
| +dictionary TextDecodeOptions {
|
| boolean stream = false;
|
| };
|
|
|