| Index: Source/wtf/text/TextCodecLatin1.h
|
| diff --git a/Source/wtf/text/TextCodecLatin1.h b/Source/wtf/text/TextCodecLatin1.h
|
| index 46946d518eb1802c357231ccbde36a7eca8469dd..7a0fa3715be1d585390105ffdc1b04344010adcd 100644
|
| --- a/Source/wtf/text/TextCodecLatin1.h
|
| +++ b/Source/wtf/text/TextCodecLatin1.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace WTF {
|
|
|
| -class TextCodecLatin1 : public TextCodec {
|
| +class TextCodecLatin1 FINAL : public TextCodec {
|
| public:
|
| static void registerEncodingNames(EncodingNameRegistrar);
|
| static void registerCodecs(TextCodecRegistrar);
|
|
|