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=5697b97e0a0ff1e70026b29c7e8ced60b6c60b35$
|
||||
// $hash=cf09527848811b098ae7a89b2bb1b68da2330454$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/urlrequest_client_cpptoc.h"
|
||||
@ -177,14 +177,6 @@ CefRefPtr<CefURLRequestClient> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefURLRequestClientCppToC,
|
||||
CefURLRequestClient,
|
||||
cef_urlrequest_client_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefURLRequestClientCppToC,
|
||||
CefURLRequestClient,
|
||||
|
Reference in New Issue
Block a user