mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Implement new 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=694a74a9a032ca5b0c8b6afdd6e2006e67b4440b$
|
||||
// $hash=97ceef0a54a773e251d575e4dda16a62c2f1b99a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_cpptoc.h"
|
||||
@ -396,6 +396,10 @@ CefRequestCppToC::CefRequestCppToC() {
|
||||
GetStruct()->get_identifier = request_get_identifier;
|
||||
}
|
||||
|
||||
// DESTRUCTOR - Do not edit by hand.
|
||||
|
||||
CefRequestCppToC::~CefRequestCppToC() {}
|
||||
|
||||
template <>
|
||||
CefRefPtr<CefRequest>
|
||||
CefCppToCRefCounted<CefRequestCppToC, CefRequest, cef_request_t>::UnwrapDerived(
|
||||
|
Reference in New Issue
Block a user