mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 13:10:42 +01:00
Remove possibly incorrect CHECK in ProxyURLLoaderFactory::MaybeDestroySelf()
See also commit #81064faa.
This commit is contained in:
parent
95daea76fc
commit
8d0ae1f894
@ -1218,7 +1218,6 @@ void ProxyURLLoaderFactory::MaybeDestroySelf() {
|
|||||||
if (target_factory_.is_bound() || !requests_.empty())
|
if (target_factory_.is_bound() || !requests_.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
CHECK(!destroyed_);
|
|
||||||
destroyed_ = true;
|
destroyed_ = true;
|
||||||
|
|
||||||
// In some cases we may be destroyed before SetDisconnectCallback is called.
|
// In some cases we may be destroyed before SetDisconnectCallback is called.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user