components/desktop/firefox/patches/firefox-45-wifi-scanner.patch
changeset 6919 7972aae0fb03
parent 5527 611b2d6efdfe
--- a/components/desktop/firefox/patches/firefox-45-wifi-scanner.patch	Fri Sep 16 07:20:57 2016 -0700
+++ b/components/desktop/firefox/patches/firefox-45-wifi-scanner.patch	Fri Sep 16 16:06:45 2016 -0700
@@ -66,8 +66,8 @@
     data and xhr it to the location server.
  */
  
--let gLocationRequestTimeout = 5000;
-+let gLocationRequestTimeout = 30000;
+-var gLocationRequestTimeout = 5000;
++var gLocationRequestTimeout = 30000;
  
- let gWifiScanningEnabled = true;
- let gCellScanningEnabled = false;
+ var gWifiScanningEnabled = true;
+ var gCellScanningEnabled = false;