| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index 54ea573cea210e686592fb041a79fc5cfe00517a..c5f04ab9c9f4b78e28b090029bf7c2c700ee3171 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -101,6 +101,7 @@ public:
|
| virtual void didRemoveDocument(Document*) = 0;
|
| virtual void didRemoveDOMNode(Node*) = 0;
|
| virtual void didModifyDOMAttr(Element*) = 0;
|
| + virtual void willDestroyDOMAgent() = 0;
|
| };
|
|
|
| static PassOwnPtr<InspectorDOMAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay, InspectorClient* client)
|
|
|