Index: Source/modules/encoding/TextEncoder.h |
diff --git a/Source/modules/encoding/TextEncoder.h b/Source/modules/encoding/TextEncoder.h |
index de007b29d14cf726e06c3ac88aecb8c383b14cf9..287ebd33bebef786ad85e3e4b313f288f0e76f10 100644 |
--- a/Source/modules/encoding/TextEncoder.h |
+++ b/Source/modules/encoding/TextEncoder.h |
@@ -45,7 +45,6 @@ class Dictionary; |
class ExceptionState; |
class TextEncoder FINAL : public RefCountedWillBeGarbageCollectedFinalized<TextEncoder> { |
- DECLARE_GC_INFO; |
public: |
static PassRefPtrWillBeRawPtr<TextEncoder> create(const String& utfLabel, ExceptionState&); |
~TextEncoder(); |