Index: Source/modules/encoding/TextDecoder.cpp |
diff --git a/Source/modules/encoding/TextDecoder.cpp b/Source/modules/encoding/TextDecoder.cpp |
index 9c684a0d07c1b9cc54d9597da4a7a8aa14441a1a..42eb5047db3c658370ab03d565083235d1dead58 100644 |
--- a/Source/modules/encoding/TextDecoder.cpp |
+++ b/Source/modules/encoding/TextDecoder.cpp |
@@ -38,8 +38,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(TextDecoder); |
- |
PassRefPtrWillBeRawPtr<TextDecoder> TextDecoder::create(const String& label, const Dictionary& options, ExceptionState& exceptionState) |
{ |
const String& encodingLabel = label.isNull() ? String("utf-8") : label; |