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