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

Unified Diff: runtime/bin/main.cc

Issue 38703009: Update VM service to new isolate API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | runtime/bin/vmservice/vmservice.dart » ('j') | runtime/bin/vmservice/vmservice.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 76c00626bbf200657ca9a997ac7ee7affcbb0911..7545195e02a007fada75cd3f1724a7938878aa2b 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -491,9 +491,7 @@ static Dart_Isolate CreateIsolateAndSetupHelper(const char* script_uri,
Dart_SetField(platform_type, script_name_name, dart_script);
CHECK_RESULT(set_script_name);
- Dart_Handle debug_name = Dart_DebugName();
- CHECK_RESULT(debug_name);
- VmService::SendIsolateStartupMessage(Dart_GetMainPortId(), debug_name);
+ VmService::SendIsolateStartupMessage();
// Make the isolate runnable so that it is ready to handle messages.
Dart_ExitScope();
« no previous file with comments | « no previous file | runtime/bin/vmservice/vmservice.dart » ('j') | runtime/bin/vmservice/vmservice.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698