summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell_main.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_main.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc
index 4a5cc46..6d9bac7 100644
--- a/webkit/tools/test_shell/test_shell_main.cc
+++ b/webkit/tools/test_shell/test_shell_main.cc
@@ -176,7 +176,9 @@ int main(int argc, char* argv[]) {
// On Linux and Mac, load the test root certificate.
net::TestServerLauncher ssl_util;
- ssl_util.LoadTestRootCert();
+ if (!ssl_util.LoadTestRootCert()) {
+ LOG(ERROR) << "Failed to load test root certificate.";
+ }
platform.InitializeGUI();