| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 93f5813b757d7e5c46266a024636e28ae0e1ffe1..6f5d3d0f5e20b71a79f253ad168b0ac969f751d0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -84,7 +84,7 @@ public:
|
|
|
| // Called by InspectorInstrumentation.
|
| bool isPaused();
|
| - PassRefPtrWillBeRawPtr<ScriptAsyncCallStack> currentAsyncStackTraceForConsole();
|
| + PassRefPtr<ScriptAsyncCallStack> currentAsyncStackTraceForConsole();
|
| void scriptExecutionBlockedByCSP(const String& directiveText);
|
| void willExecuteScript(int scriptId);
|
| void didExecuteScript();
|
|
|