| Index: Source/wtf/text/TextCodecUserDefined.h
|
| diff --git a/Source/wtf/text/TextCodecUserDefined.h b/Source/wtf/text/TextCodecUserDefined.h
|
| index d54ff95fcbde45be00341acb4a90e04d86393f49..02c4585f545c17d0385648d5f18b1432488c43e0 100644
|
| --- a/Source/wtf/text/TextCodecUserDefined.h
|
| +++ b/Source/wtf/text/TextCodecUserDefined.h
|
| @@ -36,7 +36,7 @@ namespace WTF {
|
| static void registerCodecs(TextCodecRegistrar);
|
|
|
| private:
|
| - virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) OVERRIDE;
|
| + virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
|
| virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
|
| virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
|
|
|
|
|