Index: runtime/vm/dart_entry.h |
=================================================================== |
--- runtime/vm/dart_entry.h (revision 34429) |
+++ runtime/vm/dart_entry.h (working copy) |
@@ -184,7 +184,8 @@ |
// Returns the value of _id on success, a RawError on failure. |
static RawObject* PortGetId(const Instance& port); |
- static bool IsSendPort(const Instance& send_port); |
+ static bool IsSendPort(const Instance& obj); |
+ static bool IsReceivePort(const Instance& obj); |
}; |
} // namespace dart |