diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-06 19:47:29 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-06 19:47:29 -0500 |
commit | 6da9e3c6b9aa7e0be236a6f5c4f9498c25a08c3c (patch) | |
tree | f5e4fdfaa9be98d15ee7e5e0d8265ed461dfd55f /modules | |
parent | 5483f807c2663be8c63caf8d59ee151b3ef499d3 (diff) | |
download | uxp-6da9e3c6b9aa7e0be236a6f5c4f9498c25a08c3c.tar.gz |
Issue #1395 - Remove FlyWeb Service
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 2a47a8ad9e..9adfb8918d 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4964,8 +4964,6 @@ pref("dom.forms.inputmode", true); // InputMethods for soft keyboards in B2G pref("dom.mozInputMethod.enabled", false); -pref("dom.flyweb.enabled", false); - // Enable mapped array buffer by default. pref("dom.mapped_arraybuffer.enabled", true); |