mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 04:30:46 +01:00
Fix incorrct DCHECK in CefAllowCertificateErrorCallbackImpl::RunNow (issue #1626)
This commit is contained in:
parent
b849e7fb70
commit
a388a69356
@ -188,7 +188,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