mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Fix incorrct DCHECK in CefAllowCertificateErrorCallbackImpl::RunNow (issue #1626)
This commit is contained in:
		@@ -187,7 +187,7 @@ class CefAllowCertificateErrorCallbackImpl : public CefRequestCallback {
 | 
			
		||||
 | 
			
		||||
 private:
 | 
			
		||||
  static void RunNow(const CallbackType& callback, bool allow) {
 | 
			
		||||
    CEF_REQUIRE_IOT();
 | 
			
		||||
    CEF_REQUIRE_UIT();
 | 
			
		||||
    callback.Run(allow);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user