Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h |
index d1e6774e1565b1415ac884a8a49316a29904d408..9d226e776cba232d5a31efc0cc4dc2ce84393a33 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h |
@@ -30,7 +30,7 @@ class InjectedScriptManager; |
class JavaScriptCallFrame; |
class JSONObject; |
class RemoteCallFrameId; |
-class ScriptAsyncCallStack; |
+class ScriptCallStack; |
class ScriptRegexp; |
class V8AsyncCallTracker; |
@@ -125,7 +125,7 @@ public: |
void removeBreakpoint(const String& scriptId, int lineNumber, int columnNumber, BreakpointSource) override; |
// Async call stacks implementation |
- PassRefPtr<ScriptAsyncCallStack> currentAsyncStackTraceForConsole() override; |
+ PassRefPtr<ScriptCallStack> currentAsyncStackTraceForConsole() override; |
int traceAsyncOperationStarting(const String& description) override; |
void traceAsyncCallbackStarting(int operationId) override; |
void traceAsyncCallbackCompleted() override; |