diff options
author | Martin Stransky <stransky@redhat.com> | 2015-09-03 09:57:20 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2015-09-03 09:57:20 +0200 |
commit | 1d5f27bb2b54e048b84c53e0adbca4f38badfe53 (patch) | |
tree | 84a45aa997220c4bb8fe2cf90aae0deac3211282 /firefox-redhat-default-prefs.js | |
parent | Mozilla build fix - mozilla#1166584 (diff) | |
download | librewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.tar.gz librewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.tar.bz2 librewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.zip |
Removed the dom.ipc.plugins.asyncInit hack
Diffstat (limited to 'firefox-redhat-default-prefs.js')
-rw-r--r-- | firefox-redhat-default-prefs.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index 1fe3cc6..dc31ddb 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -27,4 +27,3 @@ pref("plugins.notifyMissingFlash", false); /* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */ pref("browser.display.use_system_colors", false); pref("layers.offmainthreadcomposition.enabled", false); -pref("dom.ipc.plugins.asyncInit", false); |