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:
@ -16,14 +16,6 @@ CefRefPtr<CefBaseRefCounted> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefBaseRefCountedCppToC,
|
||||
CefBaseRefCounted,
|
||||
cef_base_ref_counted_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefBaseRefCountedCppToC,
|
||||
CefBaseRefCounted,
|
||||
|
Reference in New Issue
Block a user