| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 731f6bd156d6271d59a3d7f436755b1619ae6c39..17c2fac51471f8f395b198109b0634faa140a2f3 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -193,7 +193,6 @@ protected:
|
|
|
| private:
|
| SkipPauseRequest shouldSkipExceptionPause();
|
| - SkipPauseRequest shouldSkipBreakpointPause();
|
| SkipPauseRequest shouldSkipStepPause();
|
|
|
| void cancelPauseOnNextStatement();
|
| @@ -236,6 +235,7 @@ private:
|
| InspectorFrontend::Debugger::Reason::Enum m_breakReason;
|
| RefPtr<JSONObject> m_breakAuxData;
|
| bool m_javaScriptPauseScheduled;
|
| + bool m_stepLikePauseScheduled;
|
| Listener* m_listener;
|
|
|
| int m_skipStepInCount;
|
|
|