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

Unified Diff: runtime/bin/gen_snapshot.cc

Issue 11195017: Allow package: imports inside isolates (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 77b98cb29262bec67557b256ff49943c0875777a..072cd233dfe4b9ebb1a7a9c2d62823808653c7d2 100644
--- a/runtime/bin/gen_snapshot.cc
+++ b/runtime/bin/gen_snapshot.cc
@@ -380,7 +380,7 @@ int main(int argc, char** argv) {
CHECK_RESULT(result);
// Load specified script.
- library = DartUtils::LoadScript(app_script_name, true, builtin_lib);
+ library = DartUtils::LoadScript(app_script_name, builtin_lib);
// Now create and write snapshot of script.
CreateAndWriteSnapshot(true);

Powered by Google App Engine
This is Rietveld 408576698