From 6ce9492d658ccd8c158c1e7d40589ffb604eb27d Mon Sep 17 00:00:00 2001 From: Stone Shih Date: Mon, 21 Aug 2017 20:18:52 +0800 Subject: [PATCH] Bug 1390044 - Enable the input event queue on nightly. r=smaug MozReview-Commit-ID: 9lK19VNDCGr --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 0922c3ec6187..3a14cca9de3b 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -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