| Index: runtime/bin/io_service.h
|
| diff --git a/runtime/bin/io_service.h b/runtime/bin/io_service.h
|
| index 51691f59145c23e31a2546bfe4e70dff11cce045..17d020e2ce1d61e5fec666d8f45834beecd10f82 100644
|
| --- a/runtime/bin/io_service.h
|
| +++ b/runtime/bin/io_service.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef RUNTIME_BIN_IO_SERVICE_H_
|
| #define RUNTIME_BIN_IO_SERVICE_H_
|
|
|
| -#if defined(DART_IO_DISABLED) || defined(DART_IO_SECURE_SOCKET_DISABLED)
|
| +#if defined(DART_IO_SECURE_SOCKET_DISABLED)
|
| #error "io_service.h can only be included on builds with IO and SSL enabled"
|
| #endif
|
|
|
|
|