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
parent 97a1f5b5ba
commit 9d2f7d9c39

View File

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