| Index: Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMDebuggerAgent.h b/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| index 4b4800e4cb209da2143529597b445ff0f698c7aa..ea75602b5ca540753825cf12c2298648b096586f 100644
|
| --- a/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| @@ -93,7 +93,6 @@ public:
|
| void didProcessTask();
|
|
|
| virtual void clearFrontend();
|
| - virtual void discardAgent();
|
|
|
| private:
|
| InspectorDOMDebuggerAgent(InstrumentingAgents*, InspectorCompositeState*, InspectorDOMAgent*, InspectorDebuggerAgent*);
|
| @@ -105,6 +104,8 @@ private:
|
| virtual void debuggerWasDisabled();
|
| virtual void stepInto();
|
| virtual void didPause();
|
| + virtual void discardListener();
|
| +
|
| void disable();
|
|
|
| void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, InspectorObject* description);
|
|
|