Chromium Code Reviews| 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. |