Remove old approach for debugging leaked wrapper object references (issue #2593)

This commit is contained in:
Marshall Greenblatt
2019-01-23 17:10:23 +01:00
parent 3fe062a5b6
commit 6bfb5ab33b
292 changed files with 291 additions and 3095 deletions

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=90d9d5420cb532a187a78fba2a29dc9e2933b114$
// $hash=978ea00f17d5dc1053ce83f9077b04d5e37bc1f8$
//
#include "libcef_dll/cpptoc/browser_process_handler_cpptoc.h"
@ -131,14 +131,6 @@ CefRefPtr<CefBrowserProcessHandler> CefCppToCRefCounted<
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCRefCounted<
CefBrowserProcessHandlerCppToC,
CefBrowserProcessHandler,
cef_browser_process_handler_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType
CefCppToCRefCounted<CefBrowserProcessHandlerCppToC,