Bug 1497983 - Allow pref to be read of the main thread. r=dminor

Differential Revision: https://phabricator.services.mozilla.com/D8359

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jean-Yves Avenard 2018-10-11 11:24:40 +00:00
Родитель 97a1f5b5ba
Коммит 9d2f7d9c39
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1123,7 +1123,7 @@ VARCACHE_PREF(
VARCACHE_PREF(
"media.ffmpeg.low-latency.enabled",
MediaFfmpegLowLatencyEnabled,
bool, false
RelaxedAtomicBool, false
)
#endif