| Index: Source/modules/encoding/TextDecoder.h
|
| diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h
|
| index 4d09fc0b63a703be0c7d436eeb5b9b21a46c4a08..417487bd70c079f06f2cbf130f4763563a91a859 100644
|
| --- a/Source/modules/encoding/TextDecoder.h
|
| +++ b/Source/modules/encoding/TextDecoder.h
|
| @@ -56,9 +56,9 @@ public:
|
| void trace(Visitor*) { }
|
|
|
| private:
|
| - TextDecoder(const String& encoding, bool fatal);
|
| + TextDecoder(const String& label, const String& name, bool fatal);
|
|
|
| - WTF::TextEncoding m_encoding;
|
| + String m_encoding;
|
| OwnPtr<WTF::TextCodec> m_codec;
|
| bool m_fatal;
|
| bool m_bomSeen;
|
|
|