| Index: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| index 0d64424f9155cd40aecfc33c44af8dff666e038c..e962d1b148dcbdd26adba0ab1afe340b383bd12d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -56,7 +56,6 @@ public:
|
|
|
| virtual void disable(ErrorString*) { }
|
| virtual void restore() { }
|
| - virtual void discardAgent() { }
|
| virtual void didCommitLoadForLocalFrame(LocalFrame*) { }
|
| virtual void flushPendingProtocolNotifications() { }
|
|
|
| @@ -90,7 +89,6 @@ public:
|
| m_frontend = nullptr;
|
| m_state = nullptr;
|
| m_instrumentingAgents = nullptr;
|
| - discardAgent();
|
| }
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE()
|
|
|