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

Unified Diff: dart_vm.cc

Issue 1822393002: Update tonic for VM roll (Closed) Base URL: https://chromium.googlesource.com/external/github.com/domokit/tonic@master
Patch Set: Created 4 years, 9 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 | « dart_vm.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart_vm.cc
diff --git a/dart_vm.cc b/dart_vm.cc
index 023dcf10c6f9a30cb4b91c20b6b7269e0025d28b..a56e6823198283381808c394bb43027d1028edaa 100644
--- a/dart_vm.cc
+++ b/dart_vm.cc
@@ -19,6 +19,7 @@ DartVM::Config::Config() {
interrupt = nullptr;
unhandled_exception = nullptr;
shutdown = nullptr;
+ thread_exit = nullptr;
file_open = nullptr;
file_read = nullptr;
file_write = nullptr;
@@ -48,6 +49,7 @@ bool DartVM::Initialize(const Config& config,
config.interrupt,
config.unhandled_exception,
config.shutdown,
+ config.thread_exit,
config.file_open,
config.file_read,
config.file_write,
« no previous file with comments | « dart_vm.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698