mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961)
This commit is contained in:
		@@ -423,7 +423,7 @@ template<> cef_command_line_t* CefCToCpp<CefCommandLineCToCpp, CefCommandLine,
 | 
			
		||||
  return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ifndef NDEBUG
 | 
			
		||||
#if DCHECK_IS_ON()
 | 
			
		||||
template<> base::AtomicRefCount CefCToCpp<CefCommandLineCToCpp, CefCommandLine,
 | 
			
		||||
    cef_command_line_t>::DebugObjCt = 0;
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user