Index: Source/modules/encoding/TextDecoder.h |
diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h |
index b2dc7888867fdedd5b72cfa1fddcd8efe2df1d7b..3c0310f1f83ba30f37a3c82b2aa53b512ddd68c2 100644 |
--- a/Source/modules/encoding/TextDecoder.h |
+++ b/Source/modules/encoding/TextDecoder.h |
@@ -56,7 +56,7 @@ public: |
void trace(Visitor*) { } |
private: |
- TextDecoder(const String& encoding, bool fatal); |
+ TextDecoder(const WTF::TextEncoding&, bool fatal); |
WTF::TextEncoding m_encoding; |
OwnPtr<WTF::TextCodec> m_codec; |