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

Unified Diff: runtime/bin/main.cc

Issue 1535743002: - Make sure that externals are patched for dart2js. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: More removal of native code. Created 5 years 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 | « runtime/bin/io_natives.cc ('k') | runtime/bin/platform.h » ('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 da32f99d44564ae3321e5bfcf59f3ebdd58887ca..7fc19c44bc57c9820624857acbd946d9c888b845 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -764,8 +764,6 @@ static Dart_Isolate CreateIsolateAndSetupHelper(const char* script_uri,
Dart_TimelineAsyncEnd("LoadScript", isolate_data->load_async_id);
}
- Platform::SetPackageRoot(package_root);
-
result = DartUtils::SetupIOLibrary(script_uri);
CHECK_RESULT(result);
}
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698