Bug 1423840 - Remove extraneous semicolons in all.js. r=glandium draft
authorNicholas Nethercote <nnethercote@mozilla.com>
Fri, 08 Dec 2017 15:15:20 +1100
changeset 712631 bd9cb22b76ba5a0645f921ea4d034dce4de14bc6
parent 712630 baa80d498effd0665b0aafd21714f3b7f0965e10
child 712632 c0f0e908055c1656f49b3c4a75e70f206e436a13
push id93376
push usernnethercote@mozilla.com
push dateMon, 18 Dec 2017 05:26:12 +0000
reviewersglandium
bugs1423840
milestone59.0a1
Bug 1423840 - Remove extraneous semicolons in all.js. r=glandium The new prefs parser won't allow them. MozReview-Commit-ID: 90EFcx0sbdf
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -429,17 +429,17 @@ pref("media.decoder-doctor.new-issue-end
 
 // Whether to suspend decoding of videos in background tabs.
 pref("media.suspend-bkgnd-video.enabled", true);
 // Delay, in ms, from time window goes to background to suspending
 // video decoders. Defaults to 10 seconds.
 pref("media.suspend-bkgnd-video.delay-ms", 10000);
 // Resume video decoding when the cursor is hovering on a background tab to
 // reduce the resume latency and improve the user experience.
-pref("media.resume-bkgnd-video-on-tabhover", true);;
+pref("media.resume-bkgnd-video-on-tabhover", true);
 
 // Whether to enable media seamless looping.
 pref("media.seamless-looping", true);
 
 #ifdef MOZ_WEBRTC
 pref("media.navigator.enabled", true);
 pref("media.navigator.video.enabled", true);
 pref("media.navigator.video.default_fps",30);
@@ -2389,17 +2389,17 @@ pref("intl.hyphenation-alias.bs-*", "sh"
 // Norwegian has two forms, Bokmål and Nynorsk, with "no" as a macrolanguage encompassing both.
 // For "no", we'll alias to "nb" (Bokmål) as that is the more widely used written form.
 pref("intl.hyphenation-alias.no", "nb");
 pref("intl.hyphenation-alias.no-*", "nb");
 pref("intl.hyphenation-alias.nb-*", "nb");
 pref("intl.hyphenation-alias.nn-*", "nn");
 
 // All prefs of default font should be "auto".
-pref("font.name.serif.ar", "");;
+pref("font.name.serif.ar", "");
 pref("font.name.sans-serif.ar", "");
 pref("font.name.monospace.ar", "");
 pref("font.name.cursive.ar", "");
 
 pref("font.name.serif.el", "");
 pref("font.name.sans-serif.el", "");
 pref("font.name.monospace.el", "");
 pref("font.name.cursive.el", "");