Index: Source/modules/encoding/TextDecoder.cpp |
diff --git a/Source/modules/encoding/TextDecoder.cpp b/Source/modules/encoding/TextDecoder.cpp |
index 4ee51b2cdf58a0d15f4fff7d7f5f35a44ec69eeb..a33215187ca4b4e228077454fd7f828873b99711 100644 |
--- a/Source/modules/encoding/TextDecoder.cpp |
+++ b/Source/modules/encoding/TextDecoder.cpp |
@@ -66,7 +66,6 @@ TextDecoder::TextDecoder(const WTF::TextEncoding& encoding, bool fatal, bool ign |
, m_ignoreBOM(ignoreBOM) |
, m_bomSeen(false) |
{ |
- ScriptWrappable::init(this); |
} |
TextDecoder::~TextDecoder() |