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

Unified Diff: src/debug/debug-interface.h

Issue 2785293002: [inspector] move console to builtins (Closed)
Patch Set: use console helper Created 3 years, 9 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: src/debug/debug-interface.h
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
index 443e07497db2d16a0bec9a114ad8d80aa106be6c..fec7663ea6b91319210055e3dcb612fbb8b7a987 100644
--- a/src/debug/debug-interface.h
+++ b/src/debug/debug-interface.h
@@ -207,6 +207,8 @@ enum Builtin {
Local<Function> GetBuiltin(Isolate* isolate, Builtin builtin);
+void SetConsoleDelegate(Isolate* isolate, ConsoleDelegate* delegate);
+
/**
* Native wrapper around v8::internal::JSGeneratorObject object.
*/

Powered by Google App Engine
This is Rietveld 408576698