mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-20 06:00:41 +01:00
Fix incorrct DCHECK in CefAllowCertificateErrorCallbackImpl::RunNow (issue #1626)
This commit is contained in:
parent
b1dff4cc77
commit
89641b0652
@ -186,7 +186,7 @@ class CefAllowCertificateErrorCallbackImpl : public CefRequestCallback {
|
||||
|
||||
private:
|
||||
static void RunNow(const CallbackType& callback, bool allow) {
|
||||
CEF_REQUIRE_IOT();
|
||||
CEF_REQUIRE_UIT();
|
||||
callback.Run(allow);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user