| Index: runtime/bin/root_certificates_unsupported.cc
|
| diff --git a/runtime/bin/root_certificates_unsupported.cc b/runtime/bin/root_certificates_unsupported.cc
|
| index 304a59e4bb0b13972bc144d4ed50494b4cfc9a72..1ba98c88184bfaf21ea656ac1e75c5952afbb903 100644
|
| --- a/runtime/bin/root_certificates_unsupported.cc
|
| +++ b/runtime/bin/root_certificates_unsupported.cc
|
| @@ -5,8 +5,7 @@
|
| #if !defined(DART_IO_DISABLED) && !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
|
|
| #include "platform/globals.h"
|
| -#if defined(TARGET_OS_MACOS) || \
|
| - defined(TARGET_OS_ANDROID) || \
|
| +#if defined(TARGET_OS_MACOS) || defined(TARGET_OS_ANDROID) || \
|
| defined(DART_IO_ROOT_CERTS_DISABLED)
|
|
|
| namespace dart {
|
|
|