| Index: runtime/bin/security_context_android.cc
|
| diff --git a/runtime/bin/security_context_android.cc b/runtime/bin/security_context_android.cc
|
| index a0e95fcff2f3c599840f42dfc673fa2b703a456d..629aedb2138d6f0af3c8def18f763b3d54f4da7e 100644
|
| --- a/runtime/bin/security_context_android.cc
|
| +++ b/runtime/bin/security_context_android.cc
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#if !defined(DART_IO_DISABLED) && !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
| +#if !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
|
|
| #include "platform/globals.h"
|
| #if defined(HOST_OS_ANDROID)
|
| @@ -66,5 +66,4 @@ void SSLCertContext::RegisterCallbacks(SSL* ssl) {
|
|
|
| #endif // defined(HOST_OS_ANDROID)
|
|
|
| -#endif // !defined(DART_IO_DISABLED) &&
|
| - // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
| +#endif // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
|
|