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

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

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/InjectedScriptHost.h
diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
index 033fd2e1ba1e2f06ca3093ef4a8aaf2b3786445c..220fbf7d6189fd078012ccdb507b09fd2b88e8f6 100644
--- a/Source/core/inspector/InjectedScriptHost.h
+++ b/Source/core/inspector/InjectedScriptHost.h
@@ -100,6 +100,7 @@ public:
void copyText(const String& text);
String databaseIdImpl(Database*);
String storageIdImpl(Storage*);
+ void setBreakpoint(const String& scriptId, int lineNumber, int columnNumber);
ScriptDebugServer& scriptDebugServer();

Powered by Google App Engine
This is Rietveld 408576698