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

Unified Diff: runtime/bin/main.cc

Issue 423843002: Compute absolute script path at isolate startup. (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.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 2c0047ab2383adc721049198a7be2c621ec5e328..5cb0e249495b7248826c6947146233fe5e0a4a12 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -608,7 +608,7 @@ static Dart_Isolate CreateIsolateAndSetupHelper(const char* script_uri,
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.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698