| Index: Source/modules/encoding/TextDecoder.h
|
| diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h
|
| index 2d64f2acab93cdc6b33b339271c5d7e2a3f5a854..4d09fc0b63a703be0c7d436eeb5b9b21a46c4a08 100644
|
| --- a/Source/modules/encoding/TextDecoder.h
|
| +++ b/Source/modules/encoding/TextDecoder.h
|
| @@ -44,7 +44,6 @@ namespace WebCore {
|
| class ExceptionState;
|
|
|
| class TextDecoder FINAL : public RefCountedWillBeGarbageCollectedFinalized<TextDecoder> {
|
| - DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<TextDecoder> create(const String& label, const Dictionary&, ExceptionState&);
|
| ~TextDecoder();
|
|
|