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=46c357e1515d937bd41402a6f7f4b0e06f31cf37$
// $hash=8c5fee62ad2b30c57d6046ae1f869d46e5455da9$
//
#include "libcef_dll/cpptoc/v8accessor_cpptoc.h"
@ -121,6 +121,10 @@ CefV8AccessorCppToC::CefV8AccessorCppToC() {
GetStruct()->set = v8accessor_set;
}
// DESTRUCTOR - Do not edit by hand.
CefV8AccessorCppToC::~CefV8AccessorCppToC() {}
template <>
CefRefPtr<CefV8Accessor>
CefCppToCRefCounted<CefV8AccessorCppToC, CefV8Accessor, cef_v8accessor_t>::