Implement new approach for debugging leaked wrapper object references (issue #2593)

This commit is contained in:
Marshall Greenblatt
2019-01-23 16:42:12 +01:00
parent 176e14d451
commit 3fe062a5b6
576 changed files with 8806 additions and 733 deletions

View File

@ -9,15 +9,22 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=3c9f08184ec1e44891975a6c3a5e4e18bacb81c3$
// $hash=c20a84601d2c24d8925303f55784f5515f783e60$
//
#include "libcef_dll/cpptoc/views/menu_button_pressed_lock_cpptoc.h"
#include "libcef_dll/shutdown_checker.h"
// CONSTRUCTOR - Do not edit by hand.
CefMenuButtonPressedLockCppToC::CefMenuButtonPressedLockCppToC() {}
// DESTRUCTOR - Do not edit by hand.
CefMenuButtonPressedLockCppToC::~CefMenuButtonPressedLockCppToC() {
shutdown_checker::AssertNotShutdown();
}
template <>
CefRefPtr<CefMenuButtonPressedLock>
CefCppToCRefCounted<CefMenuButtonPressedLockCppToC,