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=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>::
|
||||
|
Reference in New Issue
Block a user