mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Update to Chromium version 93.0.4577.0 (#902210)
This commit is contained in:
		@@ -105,7 +105,7 @@ bool CefThreadImpl::Create(const CefString& display_name,
 | 
			
		||||
  }
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
  if (!thread_->StartWithOptions(options)) {
 | 
			
		||||
  if (!thread_->StartWithOptions(std::move(options))) {
 | 
			
		||||
    thread_.reset();
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user