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

Unified Diff: src/inspector/debugger_script_externs.js

Issue 2441583002: Revert of [inspector] migrate stepping related methods to debug-interface (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « src/inspector/debugger-script.js ('k') | src/inspector/v8-debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/debugger_script_externs.js
diff --git a/src/inspector/debugger_script_externs.js b/src/inspector/debugger_script_externs.js
index daaf8c6b24796f01e98c6b71efba50378a63b10b..88a52360d23e051df41ccba6f7d32603a8f795a4 100644
--- a/src/inspector/debugger_script_externs.js
+++ b/src/inspector/debugger_script_externs.js
@@ -61,6 +61,8 @@
*/
var Debug = {};
+Debug.clearStepping = function() {}
+
Debug.clearAllBreakPoints = function() {}
/** @return {!Array<!Script>} */
@@ -189,6 +191,9 @@
/** @interface */
function ExecutionState() {}
+
+/** @param {!Debug.StepAction} action */
+ExecutionState.prototype.prepareStep = function(action) {}
/**
* @param {string} source
« no previous file with comments | « src/inspector/debugger-script.js ('k') | src/inspector/v8-debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698