Index: Source/core/inspector/InspectorHistory.h |
diff --git a/Source/core/inspector/InspectorHistory.h b/Source/core/inspector/InspectorHistory.h |
index 177024de85852dabaff82caa4f4b4c303f293158..aad5ebdc1d568db0a2d029bf2c41adf5338879e4 100644 |
--- a/Source/core/inspector/InspectorHistory.h |
+++ b/Source/core/inspector/InspectorHistory.h |
@@ -40,7 +40,7 @@ namespace blink { |
class ExceptionState; |
-class InspectorHistory FINAL : public NoBaseWillBeGarbageCollected<InspectorHistory> { |
+class InspectorHistory final : public NoBaseWillBeGarbageCollected<InspectorHistory> { |
WTF_MAKE_NONCOPYABLE(InspectorHistory); |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
public: |