| Index: runtime/bin/io_service_no_ssl.h
|
| diff --git a/runtime/bin/io_service_no_ssl.h b/runtime/bin/io_service_no_ssl.h
|
| index ae3d0c2d1dcf75ab94287e62ef65515fd3815126..125f2376e7b933a770ac18f956f30f28067ccde7 100644
|
| --- a/runtime/bin/io_service_no_ssl.h
|
| +++ b/runtime/bin/io_service_no_ssl.h
|
| @@ -59,14 +59,11 @@ namespace bin {
|
| V(Directory, ListStop, 37) \
|
| V(Directory, Rename, 38)
|
|
|
| -#define DECLARE_REQUEST(type, method, id) \
|
| - k##type##method##Request = id,
|
| +#define DECLARE_REQUEST(type, method, id) k##type##method##Request = id,
|
|
|
| class IOService {
|
| public:
|
| - enum {
|
| -IO_SERVICE_REQUEST_LIST(DECLARE_REQUEST)
|
| - };
|
| + enum { IO_SERVICE_REQUEST_LIST(DECLARE_REQUEST) };
|
|
|
| static Dart_Port GetServicePort();
|
|
|
|
|