Chromium Code Reviews| Index: runtime/vm/dart_entry.h |
| =================================================================== |
| --- runtime/vm/dart_entry.h (revision 8116) |
| +++ runtime/vm/dart_entry.h (working copy) |
| @@ -90,7 +90,7 @@ |
| // Gets the _id field of a SendPort/ReceivePort. |
| // |
| - // Returns null on success, a RawError on failure. |
| + // Returns the value of _id on success, a RawError on failure. |
| static RawObject* PortGetId(const Instance& port); |
| }; |