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

Unified Diff: runtime/bin/loader.h

Issue 2651633002: VM: [Kernel] Fix bootstraping when Kernel isolate is used. (Closed)
Patch Set: Landing issue Created 3 years, 11 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/io_service_no_ssl.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 cc4912dda7011d81d163932caa9249d26fc7c6c8..b5697244a61a3a016f72e455b1df84b056031141 100644
--- a/runtime/bin/loader.h
+++ b/runtime/bin/loader.h
@@ -142,7 +142,8 @@ class Loader {
// This is the global callback for the native message handlers.
static void NativeMessageHandler(Dart_Port dest_port_id,
- Dart_CObject* message);
+ Dart_CObject* message,
+ void* peer);
};
} // namespace bin
« no previous file with comments | « runtime/bin/io_service_no_ssl.cc ('k') | runtime/bin/loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698