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

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

Issue 471463002: Oilpan: trace part objects as per the GC plugin's wishes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/InspectorController.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/WorkerInspectorController.cpp
diff --git a/Source/core/inspector/WorkerInspectorController.cpp b/Source/core/inspector/WorkerInspectorController.cpp
index a8803ed20271b32629fe0a6d91f085f5d5e8410c..bd345f4d84fb30bc8c8f002f32bab415132775c4 100644
--- a/Source/core/inspector/WorkerInspectorController.cpp
+++ b/Source/core/inspector/WorkerInspectorController.cpp
@@ -183,7 +183,7 @@ void WorkerInspectorController::trace(Visitor* visitor)
visitor->trace(m_state);
visitor->trace(m_instrumentingAgents);
visitor->trace(m_injectedScriptManager);
- m_agents.trace(visitor);
+ visitor->trace(m_agents);
visitor->trace(m_workerDebuggerAgent);
}
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698