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

Unified Diff: runtime/bin/loader.h

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/gen_snapshot.cc ('k') | runtime/bin/loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/loader.h
diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h
index 587eff2be65ca98398236cf5844ef2a07aafab18..f69c4bf0c5e4cd7a4f75695193bfb476a1e55283 100644
--- a/runtime/bin/loader.h
+++ b/runtime/bin/loader.h
@@ -29,9 +29,7 @@ class Loader {
uint8_t** payload,
intptr_t* payload_length);
- static Dart_Handle ResolveAsFilePath(Dart_Handle url,
- uint8_t** payload,
- intptr_t* payload_length);
+ static void ResolveDependenciesAsFilePaths();
// A static tag handler that hides all usage of a loader for an isolate.
static Dart_Handle LibraryTagHandler(Dart_LibraryTag tag,
@@ -99,6 +97,10 @@ class Loader {
uint8_t** payload,
intptr_t* payload_length);
+ static Dart_Handle ResolveAsFilePath(Dart_Handle url,
+ uint8_t** payload,
+ intptr_t* payload_length);
+
// Send a request from the tag handler to the kernel isolate.
void SendKernelRequest(Dart_LibraryTag tag, Dart_Handle url);
« no previous file with comments | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698