| Index: runtime/include/dart_native_api.h
|
| diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
|
| index 2176aadeabb9ab5a013ec541c44be2c29ba9d313..cf5374fbed2b9b4953deae84ea27787e441bcd87 100644
|
| --- a/runtime/include/dart_native_api.h
|
| +++ b/runtime/include/dart_native_api.h
|
| @@ -123,7 +123,7 @@ typedef void (*Dart_NativeMessageHandler)(Dart_Port dest_port_id,
|
| * native port concurrently?
|
| *
|
| * \return If successful, returns the port id for the native port. In
|
| - * case of error, returns ILLEGAL_PORT.
|
| + * case of error, returns DART_ILLEGAL_PORT.
|
| */
|
| DART_EXPORT Dart_Port Dart_NewNativePort(const char* name,
|
| Dart_NativeMessageHandler handler,
|
|
|