зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1309851 - Fix unified builds. r=bustage
--HG-- extra : rebase_source : a326de11a73864eb75539488b37cc92050981d04
This commit is contained in:
Родитель
29a9c0be12
Коммит
3c318225d8
|
@ -294,7 +294,7 @@ js::DateTimeInfo::sanityCheck()
|
|||
/* static */ js::ExclusiveData<js::DateTimeInfo>*
|
||||
js::DateTimeInfo::instance;
|
||||
|
||||
/* static */ ExclusiveData<IcuTimeZoneStatus>*
|
||||
/* static */ js::ExclusiveData<js::IcuTimeZoneStatus>*
|
||||
js::IcuTimeZoneState;
|
||||
|
||||
bool
|
||||
|
@ -337,7 +337,7 @@ JS::ResetTimeZone()
|
|||
js::DateTimeInfo::updateTimeZoneAdjustment();
|
||||
|
||||
#if ENABLE_INTL_API && defined(ICU_TZ_HAS_RECREATE_DEFAULT)
|
||||
IcuTimeZoneState->lock().get() = IcuTimeZoneStatus::NeedsUpdate;
|
||||
js::IcuTimeZoneState->lock().get() = js::IcuTimeZoneStatus::NeedsUpdate;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче