| Index: webkit/tools/test_shell/test_shell_main.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc
|
| index 4a5cc463d41cb209a36fd472669aa9202f72aa3d..6d9bac70569c411a8962334f063a9edcfcb016ee 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();
|
|
|
|
|