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

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

Issue 14294004: Implementing console command 'debug'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 d6d1a780ccdada7711f1fdf4af90228c6d18623f..72636493040298c660c82f23adc933a953d44f03 100644
--- a/Source/core/inspector/InjectedScriptExterns.js
+++ b/Source/core/inspector/InjectedScriptExterns.js
@@ -92,6 +92,14 @@ InjectedScriptHost.prototype.getEventListeners = function(object) { }
* @param {string} expression
*/
InjectedScriptHost.prototype.evaluate = function(expression) { }
+/**
+ * @param {*} fn
+ */
+InjectedScriptHost.prototype.setBreakpoint = function(fn) { }
+/**
+ * @param {*} fn
+ */
+InjectedScriptHost.prototype.removeBreakpoint = function(fn) { }
/**
* @param {function(...)} fun
« no previous file with comments | « Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ('k') | Source/core/inspector/InjectedScriptHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698