| 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 95b3bbc64adfe352ab8e179ba81d8e1698d01150..3abd5caaf7e1b5c71c7a54324e365db0ea3fdc82 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| @@ -99,7 +99,7 @@ public:
|
| virtual void removeBreakpoint(const String& scriptId, int lineNumber, int columnNumber, BreakpointSource) = 0;
|
|
|
| // Async call stacks implementation
|
| - virtual PassRefPtrWillBeRawPtr<ScriptAsyncCallStack> currentAsyncStackTraceForConsole() = 0;
|
| + virtual PassRefPtr<ScriptAsyncCallStack> currentAsyncStackTraceForConsole() = 0;
|
| static const int unknownAsyncOperationId;
|
| virtual int traceAsyncOperationStarting(const String& description) = 0;
|
| virtual void traceAsyncCallbackStarting(int operationId) = 0;
|
|
|