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

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: 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 ee7b80d8efaee4622b4aa7b54bc4f5d73f5c93b6..24c62d52d1d028906663897176b5af0fb391e7c8 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -726,8 +726,6 @@ static Dart_Isolate CreateIsolateAndSetupHelper(const char* script_uri,
Dart_TimelineAsyncEnd("LoadScript", isolate_data->load_async_id);
}
- Platform::SetPackageRoot(package_root);
-
DartUtils::SetupIOLibrary(script_uri);
// Make the isolate runnable so that it is ready to handle messages.

Powered by Google App Engine
This is Rietveld 408576698