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

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

Issue 858173002: DevTools: rename AsyncCallChainMap to AsyncOperationMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/AsyncOperationMap.h ('k') | Source/core/inspector/InspectorDebuggerAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorDebuggerAgent.h
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
index 6b2e89b667412e7381e41def9d28f07f5fb6f232..e84bee67b1f22501bdd3872308b6738ac26318cd 100644
--- a/Source/core/inspector/InspectorDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDebuggerAgent.h
@@ -175,7 +175,7 @@ public:
PassRefPtrWillBeRawPtr<ScriptAsyncCallStack> currentAsyncStackTraceForConsole();
static const int unknownAsyncOperationId;
int traceAsyncOperationStarting(const String& description);
- void traceAsyncCallbackStarting(v8::Isolate*, int operationId);
+ void traceAsyncCallbackStarting(int operationId);
const AsyncCallChain* currentAsyncCallChain() const;
void traceAsyncCallbackCompleted();
void traceAsyncOperationCompleted(int operationId);
@@ -186,7 +186,7 @@ public:
virtual ~AsyncCallTrackingListener() { }
virtual void trace(Visitor*) { }
virtual void asyncCallTrackingStateChanged(bool tracking) = 0;
- virtual void resetAsyncCallChains() = 0;
+ virtual void resetAsyncOperations() = 0;
};
void addAsyncCallTrackingListener(AsyncCallTrackingListener*);
void removeAsyncCallTrackingListener(AsyncCallTrackingListener*);
« no previous file with comments | « Source/core/inspector/AsyncOperationMap.h ('k') | Source/core/inspector/InspectorDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698