Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1394)

Unified Diff: Source/core/inspector/InspectorDebuggerAgent.h

Issue 304563002: DevTools: Make frameworks work with "custom" breakpoints (DOM, XHR, Events). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698