| Index: runtime/vm/dart_entry.h
|
| diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h
|
| index f88a416f93134a4d6b1d4b0df6e87cabb7479934..9a5b92f81551371a68eecd5479dff687895fc337 100644
|
| --- a/runtime/vm/dart_entry.h
|
| +++ b/runtime/vm/dart_entry.h
|
| @@ -163,6 +163,9 @@ class DartLibraryCalls : public AllStatic {
|
| static RawObject* HandleMessage(const Object& handler,
|
| const Instance& dart_message);
|
|
|
| + // Returns null on success, a RawError on failure.
|
| + static RawObject* DrainMicrotaskQueue();
|
| +
|
| // map[key] = value;
|
| //
|
| // Returns null on success, a RawError on failure.
|
|
|