diff options
Diffstat (limited to 'chrome/browser/ssl/ssl_error_info.cc')
-rw-r--r-- | chrome/browser/ssl/ssl_error_info.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ssl/ssl_error_info.cc b/chrome/browser/ssl/ssl_error_info.cc index 271d525..21de934 100644 --- a/chrome/browser/ssl/ssl_error_info.cc +++ b/chrome/browser/ssl/ssl_error_info.cc @@ -284,7 +284,8 @@ int SSLErrorInfo::GetErrorsForCertStatus(int cert_id, DCHECK(r); } if (errors) - errors->push_back(SSLErrorInfo::CreateError(kErrorTypes[i], cert, url)); + errors->push_back( + SSLErrorInfo::CreateError(kErrorTypes[i], cert.get(), url)); } } return count; |