| Index: third_party/WebKit/Source/core/dom/DocumentEncodingData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentEncodingData.cpp b/third_party/WebKit/Source/core/dom/DocumentEncodingData.cpp
|
| index ed5771c4833a4b10ed6c2be1d2dd25fee5c01125..ac9deb033c5dfe78007a9993b71267f735ae51c9 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentEncodingData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentEncodingData.cpp
|
| @@ -46,6 +46,8 @@ DocumentEncodingData::DocumentEncodingData(const TextResourceDecoder& decoder)
|
| {
|
| m_encoding = decoder.encoding();
|
| m_wasDetectedHeuristically = decoder.encodingWasDetectedHeuristically();
|
| + m_attemptedToDetermineEncodingFromContentSniffing = decoder.attemptedToDetermineEncodingFromContentSniffing();
|
| + m_encodingWasDetectedFromContentSniffing = decoder.encodingWasDetectedFromContentSniffing();
|
| m_sawDecodingError = decoder.sawError();
|
| }
|
|
|
|
|