Bug 1309851 - Fix unified builds. r=bustage

--HG--
extra : rebase_source : a326de11a73864eb75539488b37cc92050981d04
This commit is contained in:
Jeff Walden 2016-11-18 17:32:42 -08:00
Родитель 29a9c0be12
Коммит 3c318225d8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
}