| Index: third_party/WebKit/Source/core/html/parser/TextResourceDecoderForFuzzing.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/TextResourceDecoderForFuzzing.h b/third_party/WebKit/Source/core/html/parser/TextResourceDecoderForFuzzing.h
|
| index d09cbcee3040b614736554bf177fc009c78e05c5..ffcbb5066d588f31aeb2d44495aefdc6f263b506 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/TextResourceDecoderForFuzzing.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/TextResourceDecoderForFuzzing.h
|
| @@ -26,7 +26,8 @@ class TextResourceDecoderForFuzzing : public TextResourceDecoder {
|
| : TextResourceDecoder(
|
| String::fromUTF8(fuzzedData.ConsumeBytesInRange(0, 32)),
|
| String::fromUTF8(fuzzedData.ConsumeBytesInRange(0, 32)),
|
| - FuzzedOption(fuzzedData)) {}
|
| + FuzzedOption(fuzzedData),
|
| + String()) {}
|
|
|
| private:
|
| static TextResourceDecoder::EncodingDetectionOption FuzzedOption(
|
|
|