Commit e29d1aff authored by Mark Banner's avatar Mark Banner
Browse files

Bug 1780017 - Remove undefined export from UrlbarPrefs.jsm. r=adw

parent 8c0e9c2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
 * preferences, but only for variables with fallback prefs.
 */

var EXPORTED_SYMBOLS = ["UrlbarPrefs", "UrlbarPrefsObserver"];
var EXPORTED_SYMBOLS = ["UrlbarPrefs"];

const { XPCOMUtils } = ChromeUtils.importESModule(
  "resource://gre/modules/XPCOMUtils.sys.mjs"