Bug 1390044 - Enable the input event queue on nightly. r=smaug

MozReview-Commit-ID: 9lK19VNDCGr
This commit is contained in:
Stone Shih 2017-08-21 20:18:52 +08:00
Родитель df4b6f9baf
Коммит 6ce9492d65
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3200,7 +3200,7 @@ pref("idle_queue.long_period", 50);
// Support the input event queue on the main thread of content process
#ifdef NIGHTLY_BUILD
pref("input_event_queue.supported", false);
pref("input_event_queue.supported", true);
#else
pref("input_event_queue.supported", false);
#endif