| Index: Source/wtf/text/TextCodecICU.h
|
| diff --git a/Source/wtf/text/TextCodecICU.h b/Source/wtf/text/TextCodecICU.h
|
| index 4b8b57675cfcc1482ebfcb02fdf947f0d56f43e0..92644e802b1d8c1f6168e98ed664119ba114059e 100644
|
| --- a/Source/wtf/text/TextCodecICU.h
|
| +++ b/Source/wtf/text/TextCodecICU.h
|
| @@ -37,7 +37,7 @@ namespace WTF {
|
|
|
| class TextCodecInput;
|
|
|
| -class TextCodecICU : public TextCodec {
|
| +class TextCodecICU FINAL : public TextCodec {
|
| public:
|
| static void registerEncodingNames(EncodingNameRegistrar);
|
| static void registerCodecs(TextCodecRegistrar);
|
|
|