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

Unified Diff: runtime/bin/main.cc

Issue 2837873005: Fix some assertion failures on Fuchsia (Closed)
Patch Set: . 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
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 9ebbcd12eb2c9fe60a2894234a536cf53852882c..10a03e4a5b9f0f8ddebbeee4acf86047a6397431 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1437,6 +1437,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);
« runtime/bin/loader.cc ('K') | « runtime/bin/loader.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698