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*); |