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=6bab076c88e4f3fa1337dde16e9784b993a0599c$
|
||||
// $hash=4bec2131fcbc3b72f7c0d8afd095f6f194bb1294$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/focus_handler_ctocpp.h"
|
||||
@@ -101,14 +101,6 @@ CefCToCppRefCounted<CefFocusHandlerCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefFocusHandlerCToCpp,
|
||||
CefFocusHandler,
|
||||
cef_focus_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefFocusHandlerCToCpp,
|
||||
CefFocusHandler,
|
||||
|
Reference in New Issue
Block a user