| Index: Source/wtf/text/TextCodecLatin1.h
|
| diff --git a/Source/wtf/text/TextCodecLatin1.h b/Source/wtf/text/TextCodecLatin1.h
|
| index 7a0fa3715be1d585390105ffdc1b04344010adcd..81e80028caa24af15d0129e2b4a67ead0b7cbd28 100644
|
| --- a/Source/wtf/text/TextCodecLatin1.h
|
| +++ b/Source/wtf/text/TextCodecLatin1.h
|
| @@ -36,7 +36,7 @@ public:
|
| 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;
|
|
|
|
|