Index: Source/core/inspector/InspectorHistory.h |
diff --git a/Source/core/inspector/InspectorHistory.h b/Source/core/inspector/InspectorHistory.h |
index f57e87770122c609c8d5c9405fc322f5613ce54a..049684efccab232d10301074f59b963cf5053dc9 100644 |
--- a/Source/core/inspector/InspectorHistory.h |
+++ b/Source/core/inspector/InspectorHistory.h |
@@ -39,7 +39,7 @@ namespace WebCore { |
class ExceptionState; |
-class InspectorHistory { |
+class InspectorHistory FINAL { |
WTF_MAKE_NONCOPYABLE(InspectorHistory); WTF_MAKE_FAST_ALLOCATED; |
public: |
class Action { |