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