| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index dbf1e9cb3d09232de6ff27315297f57a450c9850..233e310689c5df581e3a4958c045740356674ed8 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -248,7 +248,7 @@ private:
|
|
|
| bool isCallStackEmptyOrBlackboxed();
|
| bool isTopCallFrameBlackboxed();
|
| - bool isCallFrameWithUnknownScriptOrBlackboxed(PassRefPtrWillBeRawPtr<JavaScriptCallFrame>);
|
| + bool isCallFrameWithUnknownScriptOrBlackboxed(PassRefPtr<JavaScriptCallFrame>);
|
| PromiseTracker& promiseTracker() const { return *m_promiseTracker; }
|
|
|
| void internalSetAsyncCallStackDepth(int);
|
|
|