Index: Source/core/inspector/InspectorState.h |
diff --git a/Source/core/inspector/InspectorState.h b/Source/core/inspector/InspectorState.h |
index 5eaec9c83fcda9476bebd02b0a6e499c610c666c..d9faea7bdfecc032dd3de86f37a2013cd9a22bdb 100644 |
--- a/Source/core/inspector/InspectorState.h |
+++ b/Source/core/inspector/InspectorState.h |
@@ -46,7 +46,7 @@ public: |
virtual void inspectorStateUpdated() = 0; |
}; |
-class InspectorState { |
+class InspectorState FINAL { |
WTF_MAKE_FAST_ALLOCATED; |
public: |
InspectorState(InspectorStateUpdateListener*, PassRefPtr<JSONObject>); |