Implement new approach for debugging leaked wrapper object references (issue #2593)

This commit is contained in:
Marshall Greenblatt
2019-01-23 16:42:12 +01:00
parent 176e14d451
commit 3fe062a5b6
576 changed files with 8806 additions and 733 deletions

View File

@ -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(