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=552d7b3e60ccba53db5da76e2c8f29bcadce2c1b$
|
||||
// $hash=a2c9ba189a4b77f4ad94eef43e05866df435c0ef$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/xml_reader_ctocpp.h"
|
||||
@@ -602,13 +602,6 @@ CefCToCppRefCounted<CefXmlReaderCToCpp, CefXmlReader, cef_xml_reader_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefXmlReaderCToCpp, CefXmlReader, cef_xml_reader_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefXmlReaderCToCpp,
|
||||
CefXmlReader,
|
||||
|
Reference in New Issue
Block a user