Issue #2046 - Follow-up: Fix deprot in RelativeTimeFormat.

Found while building js/src deunified, with the exception of builtin/intl.
Tag #80.
This commit is contained in:
Job Bautista 2023-03-12 20:15:45 +08:00 committed by roytam1
commit 77b6180555

View file

@ -29,6 +29,7 @@ using mozilla::RangedPtr;
using js::intl::CallICU;
using js::intl::GetAvailableLocales;
using js::intl::IcuLocale;
using js::intl::INITIAL_CHAR_BUFFER_SIZE;
using js::intl::StringsAreEqual;
/**************** RelativeTimeFormat *****************/