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
parent df4b6f9baf
commit 6ce9492d65

View File

@ -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