Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / net / cert / multi_log_ct_verifier.cc
index f3014ad..6c8d5bd 100644 (file)
@@ -213,7 +213,7 @@ bool MultiLogCTVerifier::VerifySingleSCT(
 
   sct->log_description = it->second->description();
 
-  if (!it->second->Verify(expected_entry, *sct)) {
+  if (!it->second->Verify(expected_entry, *sct.get())) {
     DVLOG(1) << "Unable to verify SCT signature.";
     result->invalid_scts.push_back(sct);
     LogSCTStatusToUMA(ct::SCT_STATUS_INVALID);