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:
@ -73,6 +73,7 @@ def make_cpptoc_header(header, clsname):
|
||||
' : public ' + template_class + '<'+clsname+'CppToC, '+clsname+', '+capiname+'> {\n'+ \
|
||||
' public:\n'+ \
|
||||
' '+clsname+'CppToC();\n'+ \
|
||||
' virtual ~'+clsname+'CppToC();\n'+ \
|
||||
'};\n\n'
|
||||
|
||||
result += '#endif // CEF_LIBCEF_DLL_CPPTOC_' + defname + '_CPPTOC_H_'
|
||||
|
Reference in New Issue
Block a user