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

Unified Diff: dart_vm.h

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 | « no previous file | dart_vm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart_vm.h
diff --git a/dart_vm.h b/dart_vm.h
index 17e4511007a625b8884b3f047d49fa929c4682c8..5044c47be60ad7a87a8c4b99d18072f70a8a3f1d 100644
--- a/dart_vm.h
+++ b/dart_vm.h
@@ -24,6 +24,7 @@ class DartVM {
Dart_IsolateInterruptCallback interrupt;
Dart_IsolateUnhandledExceptionCallback unhandled_exception;
Dart_IsolateShutdownCallback shutdown;
+ Dart_ThreadExitCallback thread_exit;
Dart_FileOpenCallback file_open;
Dart_FileReadCallback file_read;
Dart_FileWriteCallback file_write;
« no previous file with comments | « no previous file | dart_vm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698