Index: sky/engine/wtf/text/TextCodecUTF16.h |
diff --git a/sky/engine/wtf/text/TextCodecUTF16.h b/sky/engine/wtf/text/TextCodecUTF16.h |
index aacb92698e106062a4bab9f90fb57b9030e02a5c..d548f275db30cd06d382df29f9d2c360d8c41bda 100644 |
--- a/sky/engine/wtf/text/TextCodecUTF16.h |
+++ b/sky/engine/wtf/text/TextCodecUTF16.h |
@@ -30,7 +30,7 @@ |
namespace WTF { |
- class TextCodecUTF16 FINAL : public TextCodec { |
+ class TextCodecUTF16 final : public TextCodec { |
public: |
static void registerEncodingNames(EncodingNameRegistrar); |
static void registerCodecs(TextCodecRegistrar); |