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:
@@ -1396,7 +1396,7 @@ bool CefTranslatorTestCToCpp::SetRawPtrClientList(
|
||||
CefTranslatorTestCToCpp::CefTranslatorTestCToCpp() {
|
||||
}
|
||||
|
||||
template<> cef_translator_test_t* CefCToCpp<CefTranslatorTestCToCpp,
|
||||
template<> cef_translator_test_t* CefCToCppRefCounted<CefTranslatorTestCToCpp,
|
||||
CefTranslatorTest, cef_translator_test_t>::UnwrapDerived(
|
||||
CefWrapperType type, CefTranslatorTest* c) {
|
||||
NOTREACHED() << "Unexpected class type: " << type;
|
||||
@@ -1404,9 +1404,10 @@ template<> cef_translator_test_t* CefCToCpp<CefTranslatorTestCToCpp,
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template<> base::AtomicRefCount CefCToCpp<CefTranslatorTestCToCpp,
|
||||
template<> base::AtomicRefCount CefCToCppRefCounted<CefTranslatorTestCToCpp,
|
||||
CefTranslatorTest, cef_translator_test_t>::DebugObjCt = 0;
|
||||
#endif
|
||||
|
||||
template<> CefWrapperType CefCToCpp<CefTranslatorTestCToCpp, CefTranslatorTest,
|
||||
cef_translator_test_t>::kWrapperType = WT_TRANSLATOR_TEST;
|
||||
template<> CefWrapperType CefCToCppRefCounted<CefTranslatorTestCToCpp,
|
||||
CefTranslatorTest, cef_translator_test_t>::kWrapperType =
|
||||
WT_TRANSLATOR_TEST;
|
||||
|
Reference in New Issue
Block a user