Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: Source/core/inspector/InspectorConsoleAgent.cpp

Issue 323043002: Oilpan: Prepare moving InspectorAgent related classes to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/InspectorConsoleAgent.h ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorConsoleAgent.cpp
diff --git a/Source/core/inspector/InspectorConsoleAgent.cpp b/Source/core/inspector/InspectorConsoleAgent.cpp
index 5fcb94602711bb961624191ac84e5ced2bf08ac5..02d2286fc4826d2f0d892faf61304fa0472989cc 100644
--- a/Source/core/inspector/InspectorConsoleAgent.cpp
+++ b/Source/core/inspector/InspectorConsoleAgent.cpp
@@ -76,14 +76,14 @@ InspectorConsoleAgent::~InspectorConsoleAgent()
#if !ENABLE(OILPAN)
m_instrumentingAgents->setInspectorConsoleAgent(0);
m_instrumentingAgents = nullptr;
yurys 2014/07/26 04:28:15 I don't think lines 78-79 make much sense, it shou
keishi 2014/07/28 08:36:46 Done.
+ m_injectedScriptManager = nullptr;
#endif
- m_state = 0;
- m_injectedScriptManager = 0;
}
void InspectorConsoleAgent::trace(Visitor* visitor)
{
visitor->trace(m_timelineAgent);
+ visitor->trace(m_injectedScriptManager);
InspectorBaseAgent::trace(visitor);
}
« no previous file with comments | « Source/core/inspector/InspectorConsoleAgent.h ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698