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