Chromium Code Reviews| Index: Source/core/inspector/InspectorDOMAgent.h |
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
| index 54ea573cea210e686592fb041a79fc5cfe00517a..662e1ec7eebb677b1c667045088b21e5265e337d 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 discardListener() = 0; |
|
vsevik
2013/06/14 06:30:24
willDestroyDOMAgent
|
| }; |
| static PassOwnPtr<InspectorDOMAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay, InspectorClient* client) |