| Index: Source/wtf/text/TextCodecUTF8.cpp
|
| diff --git a/Source/wtf/text/TextCodecUTF8.cpp b/Source/wtf/text/TextCodecUTF8.cpp
|
| index 8ff1c6bf17a38bf924d8f3f7f99c2b7dc88ba521..f21c8c971ce87d4f2e4c7e616458710f3990308a 100644
|
| --- a/Source/wtf/text/TextCodecUTF8.cpp
|
| +++ b/Source/wtf/text/TextCodecUTF8.cpp
|
| @@ -265,7 +265,7 @@ bool TextCodecUTF8::handlePartialSequence<UChar>(UChar*& destination, const uint
|
| return false;
|
| }
|
|
|
| -String TextCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError)
|
| +String TextCodecUTF8::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError)
|
| {
|
| // Each input byte might turn into a character.
|
| // That includes all bytes in the partial-sequence buffer because
|
|
|