| Index: Source/modules/encoding/TextDecoder.idl
|
| diff --git a/Source/modules/encoding/TextDecoder.idl b/Source/modules/encoding/TextDecoder.idl
|
| index b9f690360154509454424460148f766cb710dd00..2a1f987209370aa92bdc985ca10b0b0866d40820 100644
|
| --- a/Source/modules/encoding/TextDecoder.idl
|
| +++ b/Source/modules/encoding/TextDecoder.idl
|
| @@ -33,7 +33,7 @@
|
| GlobalContext=Window&WorkerGlobalScope,
|
| Constructor([Default=NullString] optional DOMString label, optional Dictionary options),
|
| RaisesException=Constructor,
|
| - GarbageCollected
|
| + WillBeGarbageCollected
|
| ] interface TextDecoder {
|
| readonly attribute DOMString encoding;
|
| [RaisesException] DOMString decode(optional ArrayBufferView input, optional Dictionary options);
|
|
|