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

Unified Diff: Source/core/inspector/InjectedScriptExterns.js

Issue 14294004: Implementing console command 'debug'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test. Created 7 years, 8 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/InjectedScriptExterns.js
diff --git a/Source/core/inspector/InjectedScriptExterns.js b/Source/core/inspector/InjectedScriptExterns.js
index 06444fbb0d8ea5e5edf3880edf005ebea9382c48..a6a72564abbd9c5f29ef8b41aa33d31188d920fd 100644
--- a/Source/core/inspector/InjectedScriptExterns.js
+++ b/Source/core/inspector/InjectedScriptExterns.js
@@ -90,6 +90,10 @@ InjectedScriptHost.prototype.getEventListeners = function(object) { }
* @param {string} expression
*/
InjectedScriptHost.prototype.evaluate = function(expression) { }
+/**
+ * @param {*} loc
+ */
+InjectedScriptHost.prototype.setBreakpoint = function(loc) { }
/**
* @param {function(...)} fun

Powered by Google App Engine
This is Rietveld 408576698