| Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| index 7638483476347f5ebea6e29293e1267533e16b27..72b7da93d304f729c506855e6ad8e5369d98580c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| @@ -16,7 +16,7 @@ class InjectedScript;
|
| class InjectedScriptManager;
|
| class JSONObject;
|
| class RemoteCallFrameId;
|
| -class ScriptAsyncCallStack;
|
| +class ScriptCallStack;
|
| class V8Debugger;
|
|
|
| typedef String ErrorString;
|
| @@ -97,7 +97,7 @@ public:
|
| virtual void removeBreakpoint(const String& scriptId, int lineNumber, int columnNumber, BreakpointSource) = 0;
|
|
|
| // Async call stacks implementation
|
| - virtual PassRefPtr<ScriptAsyncCallStack> currentAsyncStackTraceForConsole() = 0;
|
| + virtual PassRefPtr<ScriptCallStack> currentAsyncStackTraceForConsole() = 0;
|
| static const int unknownAsyncOperationId;
|
| virtual int traceAsyncOperationStarting(const String& description) = 0;
|
| virtual void traceAsyncCallbackStarting(int operationId) = 0;
|
|
|