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

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

Issue 863953002: Oilpan: fix build after r188733. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/InspectorDebuggerAgent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorDebuggerAgent.cpp
diff --git a/Source/core/inspector/InspectorDebuggerAgent.cpp b/Source/core/inspector/InspectorDebuggerAgent.cpp
index 5c127b63823b666559751ea85ec405ab60713b1d..37965ccfef441829958be55b56a7968ff7101934 100644
--- a/Source/core/inspector/InspectorDebuggerAgent.cpp
+++ b/Source/core/inspector/InspectorDebuggerAgent.cpp
@@ -1547,7 +1547,7 @@ void InspectorDebuggerAgent::trace(Visitor* visitor)
visitor->trace(m_listener);
visitor->trace(m_v8AsyncCallTracker);
visitor->trace(m_promiseTracker);
- visitor->trace(m_asyncOperationsForStepInto);
+ visitor->trace(m_asyncOperations);
visitor->trace(m_currentAsyncCallChain);
visitor->trace(m_asyncCallTrackingListeners);
#endif
« no previous file with comments | « Source/core/inspector/InspectorDebuggerAgent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698