| Index: components/cast_certificate/cast_cert_validator.cc
|
| diff --git a/components/cast_certificate/cast_cert_validator.cc b/components/cast_certificate/cast_cert_validator.cc
|
| index 2a48ca3e9317578112e4f1edfba8276272a0f505..e6aff46039f32e9633c5dd9facaee0cbc0c268ca 100644
|
| --- a/components/cast_certificate/cast_cert_validator.cc
|
| +++ b/components/cast_certificate/cast_cert_validator.cc
|
| @@ -71,7 +71,7 @@ class CastTrustStore {
|
| scoped_refptr<net::ParsedCertificate> cert =
|
| net::ParsedCertificate::CreateWithoutCopyingUnsafe(data, N, {},
|
| &errors);
|
| - CHECK(cert) << errors.ToDebugString();
|
| + CHECK(cert);
|
| // Enforce pathlen constraints and policies defined on the root certificate.
|
| scoped_refptr<net::TrustAnchor> anchor =
|
| net::TrustAnchor::CreateFromCertificateWithConstraints(std::move(cert));
|
|
|