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=400342415189c9fb509f144b0ed74e28419deb16$
|
||||
// $hash=7a602017eaee19b78e048ac1e80f7a7c235ffac9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/v8exception_ctocpp.h"
|
||||
@@ -139,6 +139,10 @@ NO_SANITIZE("cfi-icall") int CefV8ExceptionCToCpp::GetEndColumn() {
|
||||
|
||||
CefV8ExceptionCToCpp::CefV8ExceptionCToCpp() {}
|
||||
|
||||
// DESTRUCTOR - Do not edit by hand.
|
||||
|
||||
CefV8ExceptionCToCpp::~CefV8ExceptionCToCpp() {}
|
||||
|
||||
template <>
|
||||
cef_v8exception_t*
|
||||
CefCToCppRefCounted<CefV8ExceptionCToCpp, CefV8Exception, cef_v8exception_t>::
|
||||
|
Reference in New Issue
Block a user