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

Unified Diff: Source/core/inspector/AsyncCallTracker.h

Issue 855383002: DevTools: use async operation id instead of AsyncCallChain (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments 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
Index: Source/core/inspector/AsyncCallTracker.h
diff --git a/Source/core/inspector/AsyncCallTracker.h b/Source/core/inspector/AsyncCallTracker.h
index 4f0281d19555afbd969d12750d7b3094e649b245..ce3a5438e2f8137233ca591b45162649f157727c 100644
--- a/Source/core/inspector/AsyncCallTracker.h
+++ b/Source/core/inspector/AsyncCallTracker.h
@@ -105,7 +105,7 @@ public:
private:
void willHandleXHREvent(XMLHttpRequest*, Event*);
- void setCurrentAsyncCallChain(ExecutionContext*, PassRefPtrWillBeRawPtr<AsyncCallChain>);
+ void setCurrentAsyncCallChain(ExecutionContext*, int operationId);
void didFireAsyncCall();
ExecutionContextData* createContextDataIfNeeded(ExecutionContext*);

Powered by Google App Engine
This is Rietveld 408576698