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

Unified Diff: src/d8.cc

Issue 9200006: Fix remote debugger crash. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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 | « no previous file | src/d8-debug.h » ('j') | src/d8-debug.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.cc
diff --git a/src/d8.cc b/src/d8.cc
index b612c482a96573659a00b382050d54a4c34dd536..ffb077d3fdf0979fa6de4358373220be5ef7c08b 100644
--- a/src/d8.cc
+++ b/src/d8.cc
@@ -1456,7 +1456,7 @@ int Shell::Main(int argc, char* argv[]) {
// Run remote debugger if requested, but never on --test
if (i::FLAG_remote_debugger && !options.test_shell) {
InstallUtilityScript();
- RunRemoteDebugger(i::FLAG_debugger_port);
+ RunRemoteDebugger(i::FLAG_debugger_port, utility_context_);
return 0;
}
#endif // !V8_SHARED && ENABLE_DEBUGGER_SUPPORT
« no previous file with comments | « no previous file | src/d8-debug.h » ('j') | src/d8-debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698