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=faf2d0c64ba4feb9e9b63e913303e7b2fa54faf8$
// $hash=cb008fc420a8f5dcdc10c3bed1905d695c2c5d18$
//
#include "libcef_dll/cpptoc/v8context_cpptoc.h"
@ -259,6 +259,10 @@ CefV8ContextCppToC::CefV8ContextCppToC() {
GetStruct()->eval = v8context_eval;
}
// DESTRUCTOR - Do not edit by hand.
CefV8ContextCppToC::~CefV8ContextCppToC() {}
template <>
CefRefPtr<CefV8Context>
CefCppToCRefCounted<CefV8ContextCppToC, CefV8Context, cef_v8context_t>::