summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h')
-rw-r--r--chromium/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h b/chromium/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h
index 46946d518eb..81e80028caa 100644
--- a/chromium/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h
+++ b/chromium/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h
@@ -30,13 +30,13 @@
namespace WTF {
-class TextCodecLatin1 : public TextCodec {
+class TextCodecLatin1 FINAL : public TextCodec {
public:
static void registerEncodingNames(EncodingNameRegistrar);
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;