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

Unified Diff: runtime/bin/main.cc

Issue 2837873005: Fix some assertion failures on Fuchsia (Closed)
Patch Set: two lines Created 3 years, 8 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
« no previous file with comments | « runtime/bin/loader.cc ('k') | runtime/vm/thread.cc » ('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 6db292561426465875733467a9b28f552687fea3..fa634be1305239abda79fa64084831e943e25a56 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1476,6 +1476,7 @@ bool RunMainIsolate(const char* script_name, CommandLineOptions* dart_options) {
}
if (snapshot_deps_filename != NULL) {
+ Loader::ResolveDependenciesAsFilePaths();
IsolateData* isolate_data =
reinterpret_cast<IsolateData*>(Dart_IsolateData(isolate));
ASSERT(isolate_data != NULL);
« no previous file with comments | « runtime/bin/loader.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698