| Index: runtime/bin/security_context_fuchsia.cc
|
| diff --git a/runtime/bin/security_context_fuchsia.cc b/runtime/bin/security_context_fuchsia.cc
|
| index d092e09ea9e1b012d69047bc7bdcabd0a75c5320..2d8d65e892d561b398d5184a37f5e0f09b881d90 100644
|
| --- a/runtime/bin/security_context_fuchsia.cc
|
| +++ b/runtime/bin/security_context_fuchsia.cc
|
| @@ -45,7 +45,7 @@ void SSLCertContext::TrustBuiltinRoots() {
|
| }
|
|
|
| const char* bundle = "/system/data/boringssl/cert.pem";
|
| - if (!File::Exists(bundle)) {
|
| + if (!File::Exists(NULL, bundle)) {
|
| FATAL1("Failed to find trusted certs at %s\n", bundle);
|
| }
|
|
|
|
|