| Index: Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
|
| index 32735443c4e28c684fdc03a321e0abff5847d2eb..79945b6026a97d383c9174aa2114b7ff6015f007 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;
|
|
|