Chromium Code Reviews| Index: Source/core/dom/DocumentEncodingData.cpp |
| diff --git a/Source/core/dom/DocumentEncodingData.cpp b/Source/core/dom/DocumentEncodingData.cpp |
| index ab54e0a9872dc855507280bf65f5c7e79620f251..e6098b9946b7c3d2812fa8a9d1d97b4401d05d48 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("UTF-8") |
|
philipj_slow
2015/06/16 22:05:57
Could this use UTF8Encoding() instead of "UTF-8"?
|
| + , m_wasDetectedHeuristically(false) |
| , m_sawDecodingError(false) |
| { |
| } |