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:
		@@ -49,7 +49,7 @@ typedef cef_thread_id_t CefThreadId;
 | 
			
		||||
// the target thread. For this reason be cautious when performing work in the
 | 
			
		||||
// task object destructor.
 | 
			
		||||
///
 | 
			
		||||
/*--cef(source=client)--*/
 | 
			
		||||
/*--cef(source=client,no_debugct_check)--*/
 | 
			
		||||
class CefTask : public virtual CefBaseRefCounted {
 | 
			
		||||
 public:
 | 
			
		||||
  ///
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user