| Index: net/cert/x509_util.cc
|
| diff --git a/net/cert/x509_util.cc b/net/cert/x509_util.cc
|
| index 490252c6a4de5f90aa312f09636ef6b40cc48149..9b0cf51466bc3b708c62f446172035d0d4a270b4 100644
|
| --- a/net/cert/x509_util.cc
|
| +++ b/net/cert/x509_util.cc
|
| @@ -133,7 +133,7 @@ bool ParseCertificateSandboxed(const base::StringPiece& certificate,
|
|
|
| ParsedTbsCertificate parsed_tbs_cert;
|
| if (!ParseTbsCertificate(tbs_cert, ParseCertificateOptions(),
|
| - &parsed_tbs_cert))
|
| + &parsed_tbs_cert, nullptr))
|
| return false;
|
|
|
| if (!GetCommonName(parsed_tbs_cert.subject_tlv, subject))
|
|
|