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

Unified Diff: runtime/include/dart_native_api.h

Issue 1177153005: Enables clean VM shutdown. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Remove debug print Created 5 years, 5 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/include/dart_native_api.h
diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
index 5a272492a17046c4667a3988ddf5741a64494b84..4a5995fc3f8221434b0a2de645ed4a9294e45a16 100644
--- a/runtime/include/dart_native_api.h
+++ b/runtime/include/dart_native_api.h
@@ -100,6 +100,7 @@ typedef struct _Dart_CObject {
* \return True if the message was posted.
*/
DART_EXPORT bool Dart_PostCObject(Dart_Port port_id, Dart_CObject* message);
+DART_EXPORT bool Dart_PostOOBCObject(Dart_Port port_id, Dart_CObject* message);
turnidge 2015/08/04 21:39:02 Remove.
zra 2015/08/05 06:23:06 Done.
/**
* A native message handler.

Powered by Google App Engine
This is Rietveld 408576698