| Index: Source/core/dom/DocumentEncodingData.cpp
|
| diff --git a/Source/core/dom/DocumentEncodingData.cpp b/Source/core/dom/DocumentEncodingData.cpp
|
| index ab54e0a9872dc855507280bf65f5c7e79620f251..ed5771c4833a4b10ed6c2be1d2dd25fee5c01125 100644
|
| --- a/Source/core/dom/DocumentEncodingData.cpp
|
| +++ b/Source/core/dom/DocumentEncodingData.cpp
|
| @@ -36,7 +36,8 @@
|
| namespace blink {
|
|
|
| DocumentEncodingData::DocumentEncodingData()
|
| - : m_wasDetectedHeuristically(false)
|
| + : m_encoding(UTF8Encoding())
|
| + , m_wasDetectedHeuristically(false)
|
| , m_sawDecodingError(false)
|
| {
|
| }
|
|
|