| Index: chrome/browser/ssl/ssl_error_info.cc
|
| diff --git a/chrome/browser/ssl/ssl_error_info.cc b/chrome/browser/ssl/ssl_error_info.cc
|
| index 271d525644c7410aa241bcefd7bf8a84192fde87..21de934db1e360f0260576a4f75fb38bfb862bc7 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;
|
|
|