| Index: third_party/WebKit/Source/core/page/PageSerializer.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PageSerializer.cpp b/third_party/WebKit/Source/core/page/PageSerializer.cpp
|
| index 96d4a4220cefb9f71e00401f2d79b9e7dd80b2b3..a84781304a93af77f0a313ad90b5ef6f55c8be86 100644
|
| --- a/third_party/WebKit/Source/core/page/PageSerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PageSerializer.cpp
|
| @@ -164,7 +164,7 @@ void SerializerMarkupAccumulator::appendElement(StringBuilder& result, Element&
|
| result.appendLiteral("<meta http-equiv=\"Content-Type\" content=\"");
|
| MarkupFormatter::appendAttributeValue(result, m_document->suggestedMIMEType(), m_document->isHTMLDocument());
|
| result.appendLiteral("; charset=");
|
| - MarkupFormatter::appendAttributeValue(result, m_document->charset(), m_document->isHTMLDocument());
|
| + MarkupFormatter::appendAttributeValue(result, m_document->characterSet(), m_document->isHTMLDocument());
|
| if (m_document->isXHTMLDocument())
|
| result.appendLiteral("\" />");
|
| else
|
|
|