| Index: Source/wtf/text/TextCodecUserDefined.cpp
|
| diff --git a/Source/wtf/text/TextCodecUserDefined.cpp b/Source/wtf/text/TextCodecUserDefined.cpp
|
| index 1dce92ce1dcf01958d53ca7c209268c4765dc093..9a5a2e8e92238fc47b2b1366ad7bacad070ccc32 100644
|
| --- a/Source/wtf/text/TextCodecUserDefined.cpp
|
| +++ b/Source/wtf/text/TextCodecUserDefined.cpp
|
| @@ -49,7 +49,7 @@ void TextCodecUserDefined::registerCodecs(TextCodecRegistrar registrar)
|
| registrar("x-user-defined", newStreamingTextDecoderUserDefined, 0);
|
| }
|
|
|
| -String TextCodecUserDefined::decode(const char* bytes, size_t length, bool, bool, bool&)
|
| +String TextCodecUserDefined::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&)
|
| {
|
| StringBuilder result;
|
| result.reserveCapacity(length);
|
|
|