mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CefBase to CefBaseRefCounted (issue #2090)
This commit is contained in:
@@ -206,7 +206,7 @@ void CefX509CertPrincipalCToCpp::GetDomainComponents(
|
||||
CefX509CertPrincipalCToCpp::CefX509CertPrincipalCToCpp() {
|
||||
}
|
||||
|
||||
template<> cef_x509cert_principal_t* CefCToCpp<CefX509CertPrincipalCToCpp,
|
||||
template<> cef_x509cert_principal_t* CefCToCppRefCounted<CefX509CertPrincipalCToCpp,
|
||||
CefX509CertPrincipal, cef_x509cert_principal_t>::UnwrapDerived(
|
||||
CefWrapperType type, CefX509CertPrincipal* c) {
|
||||
NOTREACHED() << "Unexpected class type: " << type;
|
||||
@@ -214,10 +214,10 @@ template<> cef_x509cert_principal_t* CefCToCpp<CefX509CertPrincipalCToCpp,
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template<> base::AtomicRefCount CefCToCpp<CefX509CertPrincipalCToCpp,
|
||||
template<> base::AtomicRefCount CefCToCppRefCounted<CefX509CertPrincipalCToCpp,
|
||||
CefX509CertPrincipal, cef_x509cert_principal_t>::DebugObjCt = 0;
|
||||
#endif
|
||||
|
||||
template<> CefWrapperType CefCToCpp<CefX509CertPrincipalCToCpp,
|
||||
template<> CefWrapperType CefCToCppRefCounted<CefX509CertPrincipalCToCpp,
|
||||
CefX509CertPrincipal, cef_x509cert_principal_t>::kWrapperType =
|
||||
WT_X509CERT_PRINCIPAL;
|
||||
|
Reference in New Issue
Block a user