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

Unified Diff: runtime/bin/main.cc

Issue 1334353002: - Add getters for the current packageRoot or packageMap. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update tests and move to ToT. Created 5 years, 3 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
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 7e111637a5f7012443046587ffd61bdee81670b7..a8bcd4b43d1e8a484ce982eb75036c80474f2dd0 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);
}

Powered by Google App Engine
This is Rietveld 408576698