| Index: lib/prefs.js |
| diff --git a/lib/prefs.js b/lib/prefs.js |
| index 5afdcecb898c8e83c63ade7ff2c013af34651fe9..bffc0e286ab932b1cdb105b11f94f75af03d26ba 100644 |
| --- a/lib/prefs.js |
| +++ b/lib/prefs.js |
| @@ -290,7 +290,7 @@ function savePref(pref) |
| } |
| let customSave = new Map(); |
| -if (require("../buildtools/info").platform == "gecko") |
| +if (require("info").platform == "gecko") |
| { |
| // Saving one storage value causes all others to be saved as well on Gecko. |
| // Make sure that updating ad counter doesn't cause the filters data to be |