| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index c30632bf9bcc75c2bf6abde576a56c7ac66ccd0c..67507e69fc263821f43d7dbe125d4e2aaa235c49 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -214,7 +214,7 @@ protected:
|
|
|
| virtual void enable();
|
| virtual void disable();
|
| - virtual SkipPauseRequest didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) override final;
|
| + virtual SkipPauseRequest didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints, bool isPromiseRejection) override final;
|
| virtual void didContinue() override final;
|
| void reset();
|
| void pageDidCommitLoad();
|
|
|