mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 73.0.3665.0 (#620590)
This commit is contained in:
committed by
Marshall Greenblatt
parent
10916749d6
commit
1a86240c93
@@ -13,7 +13,7 @@ namespace {
|
||||
|
||||
void StopAndDestroy(base::Thread* thread) {
|
||||
// Calling PlatformThread::Join() on the UI thread is otherwise disallowed.
|
||||
base::ThreadRestrictions::ScopedAllowIO scoped_allow_io;
|
||||
base::ScopedAllowBaseSyncPrimitivesForTesting scoped_allow_sync_primitives;
|
||||
|
||||
// Deleting |thread| will implicitly stop and join it.
|
||||
delete thread;
|
||||
|
Reference in New Issue
Block a user