| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| index d4f590683572c29b626527cf4c3e7c7bd1bf4bd0..940ae99a86469645d31a91e72af4e2e083c0d614 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| @@ -265,7 +265,7 @@ bool InspectorDebuggerAgent::isPaused()
|
| return m_v8DebuggerAgent->isPaused();
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<ScriptAsyncCallStack> InspectorDebuggerAgent::currentAsyncStackTraceForConsole()
|
| +PassRefPtr<ScriptAsyncCallStack> InspectorDebuggerAgent::currentAsyncStackTraceForConsole()
|
| {
|
| ScriptForbiddenScope::AllowUserAgentScript allowScripting;
|
| return m_v8DebuggerAgent->currentAsyncStackTraceForConsole();
|
|
|