зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1755961 - Delete the format cache in AppDateTimeFormat; r=platform-i18n-reviewers,dminor
Differential Revision: https://phabricator.services.mozilla.com/D142470
This commit is contained in:
Родитель
9669714f16
Коммит
3a2de7b49d
|
@ -255,6 +255,7 @@ void AppDateTimeFormat::Shutdown() {
|
|||
/*static*/
|
||||
void AppDateTimeFormat::ClearLocaleCache() {
|
||||
MOZ_ASSERT(NS_IsMainThread());
|
||||
DeleteCache();
|
||||
delete sLocale;
|
||||
sLocale = nullptr;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче