Bug 1562749 - media.hls.enabled should be atomic, since it can be accessed from workers.

This commit is contained in:
Emilio Cobos Álvarez 2019-07-21 22:02:34 +02:00
Родитель 28a7d9c7d5
Коммит 394f88d9ae
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5000,7 +5000,7 @@
#define PREF_VALUE false
#endif
- name: media.hls.enabled
type: bool
type: RelaxedAtomicBool
value: @PREF_VALUE@
mirror: always
#undef PREF_VALUE