geckodriver: prefs: correct fixed array length

Fixes build.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: a26cfb213a187af5c7554cb1fdfa23260cc3b2f3

--HG--
extra : rebase_source : c0e0b0e7d94c3d3e32db34880766a1921361334f
This commit is contained in:
Andreas Tolfsen 2017-04-03 14:02:30 +01:00
parent 777a31222a
commit 16bc7f128f

View File

@ -1,7 +1,7 @@
use mozprofile::preferences::Pref;
lazy_static! {
pub static ref DEFAULT: [(&'static str, Pref); 74] = [
pub static ref DEFAULT: [(&'static str, Pref); 75] = [
// Disable automatic downloading of new releases
("app.update.auto", Pref::new(false)),