Index: runtime/vm/dart_entry.h |
diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h |
index 7420e8bd68041e7e4972e343544e59415e1beb47..4fbfdd0b6d300422013847ff0fdf018e6070cd44 100644 |
--- a/runtime/vm/dart_entry.h |
+++ b/runtime/vm/dart_entry.h |
@@ -183,6 +183,8 @@ class DartLibraryCalls : public AllStatic { |
// |
// Returns the value of _id on success, a RawError on failure. |
static RawObject* PortGetId(const Instance& port); |
+ |
+ static bool IsSendPort(const Instance& send_port); |
}; |
} // namespace dart |