diff --git a/js/src/vm/DateTime.cpp b/js/src/vm/DateTime.cpp index 07ddfca146a5..8d4b6e3f8146 100644 --- a/js/src/vm/DateTime.cpp +++ b/js/src/vm/DateTime.cpp @@ -294,7 +294,7 @@ js::DateTimeInfo::sanityCheck() /* static */ js::ExclusiveData* js::DateTimeInfo::instance; -/* static */ ExclusiveData* +/* static */ js::ExclusiveData* 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 }