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

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

Issue 829503002: Oilpan: fix build after r187699. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing WorkerInspectorController tracing Created 6 years 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/V8AsyncCallTracker.h ('k') | Source/core/inspector/WorkerInspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/V8AsyncCallTracker.cpp
diff --git a/Source/core/inspector/V8AsyncCallTracker.cpp b/Source/core/inspector/V8AsyncCallTracker.cpp
index d9d7c765703ca66a9a0e7e241854d8ad3155ce30..e6f8c6361a23ac3b40da9cfefd36ecb118551f56 100644
--- a/Source/core/inspector/V8AsyncCallTracker.cpp
+++ b/Source/core/inspector/V8AsyncCallTracker.cpp
@@ -71,6 +71,7 @@ void V8AsyncCallTracker::trace(Visitor* visitor)
visitor->trace(m_contextAsyncCallChainMap);
visitor->trace(m_debuggerAgent);
#endif
+ InspectorDebuggerAgent::AsyncCallTrackingListener::trace(visitor);
}
void V8AsyncCallTracker::asyncCallTrackingStateChanged(bool)
« no previous file with comments | « Source/core/inspector/V8AsyncCallTracker.h ('k') | Source/core/inspector/WorkerInspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698