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=2f79804767b1c08a00f87b918190f33a1734b346$
// $hash=9a7b0cec74d47d2ae9f9279d08cce06ce7b5ef98$
//
#include "libcef_dll/cpptoc/scheme_registrar_cpptoc.h"
@ -57,6 +57,10 @@ CefSchemeRegistrarCppToC::CefSchemeRegistrarCppToC() {
GetStruct()->add_custom_scheme = scheme_registrar_add_custom_scheme;
}
// DESTRUCTOR - Do not edit by hand.
CefSchemeRegistrarCppToC::~CefSchemeRegistrarCppToC() {}
template <>
CefOwnPtr<CefSchemeRegistrar> CefCppToCScoped<
CefSchemeRegistrarCppToC,