| Index: runtime/bin/io_service.h
|
| diff --git a/runtime/bin/io_service.h b/runtime/bin/io_service.h
|
| index 01d6eac616fc4fb6ef7f44759fe2e3d877a6767e..7439253b65cde75e6ad2944e7ceb227583a77384 100644
|
| --- a/runtime/bin/io_service.h
|
| +++ b/runtime/bin/io_service.h
|
| @@ -58,14 +58,11 @@ namespace bin {
|
| V(Directory, Rename, 38) \
|
| V(SSLFilter, ProcessFilter, 39)
|
|
|
| -#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();
|
|
|
|
|