Bug 1804661 - Convert browser/components/BrowserGlue.jsm to an ES module. r=Gijs,settings-reviewers,perftest-reviewers,sparky

Differential Revision: https://phabricator.services.mozilla.com/D164204
This commit is contained in:
Mark Banner
2022-12-12 14:59:18 +00:00
parent 5984d538ca
commit 06c5ee8204
22 changed files with 38 additions and 59 deletions

View File

@@ -1483,7 +1483,7 @@ class Preferences {
/**
* Initializes the showSearchSuggestionsFirst pref based on the matchGroups
* pref. This function can be removed when the corresponding UI migration in
* BrowserGlue.jsm is no longer needed.
* BrowserGlue.sys.mjs is no longer needed.
*/
initializeShowSearchSuggestionsFirstPref() {
let matchGroups = [];