mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Implement new approach for debugging leaked wrapper object references (issue #2593)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user