Index: Source/modules/encoding/TextDecoder.h |
diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h |
index acc940f6130f514195e0aca5c739c87fa6e9f10b..755146a487f31378bbd8f3e9ec3d7fe2e4d4d4d6 100644 |
--- a/Source/modules/encoding/TextDecoder.h |
+++ b/Source/modules/encoding/TextDecoder.h |
@@ -44,7 +44,7 @@ namespace blink { |
class ExceptionState; |
-class TextDecoder FINAL : public GarbageCollectedFinalized<TextDecoder>, public ScriptWrappable { |
+class TextDecoder final : public GarbageCollectedFinalized<TextDecoder>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static TextDecoder* create(const String& label, const TextDecoderOptions&, ExceptionState&); |