Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: runtime/bin/security_context_fuchsia.cc

Issue 3001963002: [dart:io] Namespaces for file IO (Closed)
Patch Set: Fuchsia fix Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/security_context.cc ('k') | runtime/bin/security_context_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « runtime/bin/security_context.cc ('k') | runtime/bin/security_context_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698