| Index: Source/modules/encoding/TextEncoder.h
|
| diff --git a/Source/modules/encoding/TextEncoder.h b/Source/modules/encoding/TextEncoder.h
|
| index 287ebd33bebef786ad85e3e4b313f288f0e76f10..9105a8d10249d37ec62e6b11818048ba757e6712 100644
|
| --- a/Source/modules/encoding/TextEncoder.h
|
| +++ b/Source/modules/encoding/TextEncoder.h
|
| @@ -56,9 +56,9 @@ public:
|
| void trace(Visitor*) { }
|
|
|
| private:
|
| - TextEncoder(const String& encoding);
|
| + TextEncoder(const String& label, const String& name);
|
|
|
| - WTF::TextEncoding m_encoding;
|
| + String m_encoding;
|
| OwnPtr<WTF::TextCodec> m_codec;
|
| };
|
|
|
|
|