mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove old approach for debugging leaked wrapper object references (issue #2593)
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9a7b0cec74d47d2ae9f9279d08cce06ce7b5ef98$
|
||||
// $hash=5ceb0e97ddd8a7f8005eb9ee78f9b8a938896586$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/scheme_registrar_cpptoc.h"
|
||||
@ -81,14 +81,6 @@ CefRawPtr<CefSchemeRegistrar> CefCppToCScoped<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCScoped<CefSchemeRegistrarCppToC,
|
||||
CefSchemeRegistrar,
|
||||
cef_scheme_registrar_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCScoped<CefSchemeRegistrarCppToC,
|
||||
CefSchemeRegistrar,
|
||||
|
Reference in New Issue
Block a user