mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix AtExitManager assertion in SupervisedUserSettingsServiceFactory on shutdown when running with multi-threaded message loop (issue #1680)
This commit is contained in:
@ -112,18 +112,11 @@ patches = [
|
||||
'path': '../ui/base/dragdrop/',
|
||||
},
|
||||
{
|
||||
# Fix AtExitManager assertion on SpellcheckServiceFactory destruction during
|
||||
# Windows multi-threaded message loop shutdown.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/137
|
||||
'name': 'spellcheck_137',
|
||||
'path': '../chrome/browser/spellchecker/',
|
||||
},
|
||||
{
|
||||
# Fix AtExitManager assertion on PrefWatcherFactory destruction during
|
||||
# Windows multi-threaded message loop shutdown.
|
||||
# Windows: Fix AtExitManager assertion on *ServiceFactory destruction during
|
||||
# multi-threaded message loop shutdown.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1680
|
||||
'name': 'prefs_tab_helper_1680',
|
||||
'path': '../chrome/browser/ui/prefs/',
|
||||
'name': 'service_factory_1680',
|
||||
'path': '../',
|
||||
},
|
||||
{
|
||||
# Make URLRequest::set_is_pending() public so that it can be called from
|
||||
|
Reference in New Issue
Block a user