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

Unified Diff: runtime/bin/main.cc

Issue 425733002: Fix two other issues, with my previous commit. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | sdk/lib/io/platform_impl.dart » ('j') | no next file with comments »
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 a1ad246a4655eac30096f4c759c4e08f1f2f341e..f12ca2a428c72685fd75c33fbf1e4134468cfcef 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -701,7 +701,7 @@ static Dart_Isolate CreateServiceIsolate(void* data, char** error) {
Dart_Handle io_lib = Dart_LookupLibrary(io_lib_url);
CHECK_RESULT(io_lib);
Dart_Handle platform_type = DartUtils::GetDartType(DartUtils::kIOLibURL,
- "Platform");
+ "_Platform");
CHECK_RESULT(platform_type);
Dart_Handle script_name = DartUtils::NewString("_nativeScript");
CHECK_RESULT(script_name);
« no previous file with comments | « no previous file | sdk/lib/io/platform_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698