Index: Source/core/html/TextMetrics.h |
diff --git a/Source/core/html/TextMetrics.h b/Source/core/html/TextMetrics.h |
index 77c9b575f37eb206827a25be521a917db6118217..2af731bcaad4e1dbeb7d1ef830fb2b132cea2796 100644 |
--- a/Source/core/html/TextMetrics.h |
+++ b/Source/core/html/TextMetrics.h |
@@ -33,7 +33,7 @@ |
namespace blink { |
-class TextMetrics FINAL : public RefCountedWillBeGarbageCollected<TextMetrics>, public ScriptWrappable { |
+class TextMetrics final : public RefCountedWillBeGarbageCollected<TextMetrics>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<TextMetrics> create() { return adoptRefWillBeNoop(new TextMetrics); } |