Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 731f6bd156d6271d59a3d7f436755b1619ae6c39..758c5822a2aa0714462497bd5b198ac73a910914 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_debuggerStepScheduled; |
Listener* m_listener; |
int m_skipStepInCount; |