Index: Source/core/inspector/InspectorState.h |
diff --git a/Source/core/inspector/InspectorState.h b/Source/core/inspector/InspectorState.h |
index 67520a33838034510955f8aa2d59a8914ca2c99a..d7b805cbfeb14834658fe34c604c2c3684680a4f 100644 |
--- a/Source/core/inspector/InspectorState.h |
+++ b/Source/core/inspector/InspectorState.h |
@@ -112,7 +112,7 @@ private: |
typedef WillBeHeapHashMap<String, OwnPtrWillBeMember<InspectorState> > InspectorStateMap; |
// From InspectorStateUpdateListener. |
- virtual void inspectorStateUpdated() override; |
+ void inspectorStateUpdated() override; |
InspectorStateClient* m_client; |
RefPtr<JSONObject> m_stateObject; |