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

Unified Diff: runtime/bin/gen_snapshot.cc

Issue 1403693002: - Implement package map parameter when spawning isolate. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix typo in comment. Created 5 years, 2 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/gen_snapshot.cc
diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
index 7c6c79800599966f51eeb04c28d4ef2f98ceb291..72ee0f1ba066d92b99ebf46e4cfad77ff65a4877 100644
--- a/runtime/bin/gen_snapshot.cc
+++ b/runtime/bin/gen_snapshot.cc
@@ -594,6 +594,7 @@ int main(int argc, char** argv) {
result =
DartUtils::PrepareForScriptLoading(package_root,
NULL,
+ NULL,
false,
false,
builtin_lib);

Powered by Google App Engine
This is Rietveld 408576698