Chromium Code Reviews| Index: net/ssl/openssl_platform_key_mac.cc |
| diff --git a/net/ssl/openssl_platform_key_mac.cc b/net/ssl/openssl_platform_key_mac.cc |
| index b8bba784b8a6a002bc4a824132103c49189d268d..5a2d8e0891d0c10893c28127061434845cd525fd 100644 |
| --- a/net/ssl/openssl_platform_key_mac.cc |
| +++ b/net/ssl/openssl_platform_key_mac.cc |
| @@ -107,7 +107,7 @@ int ExDataDup(CRYPTO_EX_DATA* to, |
| int idx, |
| long argl, |
| void* argp) { |
| - CHECK(false); |
| + CHECK_EQ((void*)NULL, *from_d); |
| return 0; |
| } |