| Index: Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
|
| index 0a5ffd65a9d44efa0d590cad4b1b7a29e2014c30..af1c670d086ff633c3a860de421ae45e070cedfc 100644
|
| --- a/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -54,6 +54,7 @@ public:
|
| virtual void restore() { }
|
| virtual void registerInDispatcher(InspectorBackendDispatcher*) = 0;
|
| virtual void discardAgent() { }
|
| + virtual void didCommitLoadForMainFrame() { }
|
|
|
| String name() { return m_name; }
|
| void appended(InstrumentingAgents*, InspectorState*);
|
|
|