Index: third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h |
diff --git a/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h b/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h |
index 73a0d27eb3d349acc3ddf98ac7fbc337007ce02a..54ca5ffaa00c49462483db32c4ae2dc3eed6a4a8 100644 |
--- a/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h |
+++ b/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h |
@@ -51,6 +51,7 @@ public: |
{ |
return wrapUnique(new TextResourceDecoder(mimeType, defaultEncoding, usesEncodingDetector ? UseAllAutoDetection : UseContentAndBOMBasedDetection)); |
} |
+ |
// Corresponds to utf-8 decode in Encoding spec: |
// https://encoding.spec.whatwg.org/#utf-8-decode. |
static std::unique_ptr<TextResourceDecoder> createAlwaysUseUTF8ForText() |