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:
@ -115,7 +115,8 @@ def make_ctocpp_header(header, clsname):
|
||||
result += 'class '+clsname+'CToCpp\n'+ \
|
||||
' : public ' + template_class + '<'+clsname+'CToCpp, '+clsname+', '+capiname+'> {\n'+ \
|
||||
' public:\n'+ \
|
||||
' '+clsname+'CToCpp();\n\n'
|
||||
' '+clsname+'CToCpp();\n'+ \
|
||||
' virtual ~'+clsname+'CToCpp();\n\n'
|
||||
|
||||
result += func_body
|
||||
result += '};\n\n'
|
||||
|
Reference in New Issue
Block a user