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:
@@ -421,7 +421,7 @@ cef_errorcode_t CefRequestContextCToCpp::ResolveHostCached(
|
||||
CefRequestContextCToCpp::CefRequestContextCToCpp() {
|
||||
}
|
||||
|
||||
template<> cef_request_context_t* CefCToCpp<CefRequestContextCToCpp,
|
||||
template<> cef_request_context_t* CefCToCppRefCounted<CefRequestContextCToCpp,
|
||||
CefRequestContext, cef_request_context_t>::UnwrapDerived(
|
||||
CefWrapperType type, CefRequestContext* c) {
|
||||
NOTREACHED() << "Unexpected class type: " << type;
|
||||
@@ -429,9 +429,10 @@ template<> cef_request_context_t* CefCToCpp<CefRequestContextCToCpp,
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template<> base::AtomicRefCount CefCToCpp<CefRequestContextCToCpp,
|
||||
template<> base::AtomicRefCount CefCToCppRefCounted<CefRequestContextCToCpp,
|
||||
CefRequestContext, cef_request_context_t>::DebugObjCt = 0;
|
||||
#endif
|
||||
|
||||
template<> CefWrapperType CefCToCpp<CefRequestContextCToCpp, CefRequestContext,
|
||||
cef_request_context_t>::kWrapperType = WT_REQUEST_CONTEXT;
|
||||
template<> CefWrapperType CefCToCppRefCounted<CefRequestContextCToCpp,
|
||||
CefRequestContext, cef_request_context_t>::kWrapperType =
|
||||
WT_REQUEST_CONTEXT;
|
||||
|
Reference in New Issue
Block a user