| 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 ffcbb5066d588f31aeb2d44495aefdc6f263b506..53a5583f7910ef0c829e3c3b2895d5a496536578 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/TextResourceDecoderForFuzzing.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/TextResourceDecoderForFuzzing.h
|
| @@ -27,7 +27,7 @@ class TextResourceDecoderForFuzzing : public TextResourceDecoder {
|
| String::fromUTF8(fuzzedData.ConsumeBytesInRange(0, 32)),
|
| String::fromUTF8(fuzzedData.ConsumeBytesInRange(0, 32)),
|
| FuzzedOption(fuzzedData),
|
| - String()) {}
|
| + KURL()) {}
|
|
|
| private:
|
| static TextResourceDecoder::EncodingDetectionOption FuzzedOption(
|
|
|