| Index: Source/wtf/text/TextCodecLatin1.cpp
|
| diff --git a/Source/wtf/text/TextCodecLatin1.cpp b/Source/wtf/text/TextCodecLatin1.cpp
|
| index ae0b14bbaf24c32f55d753a1f6cf8a4e58ecb132..0338d19440c6b4e9cc927368d5a39a2da6327c03 100644
|
| --- a/Source/wtf/text/TextCodecLatin1.cpp
|
| +++ b/Source/wtf/text/TextCodecLatin1.cpp
|
| @@ -118,7 +118,7 @@ void TextCodecLatin1::registerCodecs(TextCodecRegistrar registrar)
|
| registrar("US-ASCII", newStreamingTextDecoderWindowsLatin1, 0);
|
| }
|
|
|
| -String TextCodecLatin1::decode(const char* bytes, size_t length, bool, bool, bool&)
|
| +String TextCodecLatin1::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&)
|
| {
|
| LChar* characters;
|
| if (!length)
|
|
|