| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index acea977726f66dfa88d41942cbe7084c4fe94222..2d2dbc3e31427a54bc39409b81e2066ea9d0549f 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -1108,6 +1108,9 @@ DART_EXPORT Dart_Handle Dart_HandleMessage();
|
| * This function may be used by an embedder at a breakpoint to avoid
|
| * pausing the vm service.
|
| *
|
| + * This function can indirectly cause the message notify callback to
|
| + * be called.
|
| + *
|
| * \return true if the vm service requests the program resume
|
| * execution, false otherwise
|
| */
|
|
|