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=f42212334c625272aa1650179293a6d0fdacc307$
// $hash=34357b331204e4b652bcb550da777fb1d7a1f694$
//
#include "libcef_dll/ctocpp/v8stack_frame_ctocpp.h"
@@ -140,6 +140,10 @@ NO_SANITIZE("cfi-icall") bool CefV8StackFrameCToCpp::IsConstructor() {
CefV8StackFrameCToCpp::CefV8StackFrameCToCpp() {}
// DESTRUCTOR - Do not edit by hand.
CefV8StackFrameCToCpp::~CefV8StackFrameCToCpp() {}
template <>
cef_v8stack_frame_t*
CefCToCppRefCounted<CefV8StackFrameCToCpp,