| Index: Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
|
| index 293063b7f73c4c46c7cf0a317a46bfa21473659c..462fc97805d007f19539e12b101e27d2c117efaa 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.h
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.h
|
| @@ -111,7 +111,6 @@ protected:
|
| InspectorTimelineAgent* m_timelineAgent;
|
| InjectedScriptManager* m_injectedScriptManager;
|
| InspectorFrontend::Console* m_frontend;
|
| - ConsoleMessage* m_previousMessage;
|
| Vector<OwnPtr<ConsoleMessage> > m_consoleMessages;
|
| int m_expiredConsoleMessageCount;
|
| HashCountedSet<String> m_counts;
|
|
|