Commit f9c5f16d authored by Richard Pospesel's avatar Richard Pospesel Committed by Georg Koppen
Browse files

Bug 31344: Actually register SecurityLevelPreference's 'unload' callback in privacy.js

parent 7bd0ca14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -240,6 +240,7 @@ var gPrivacyPane = {
      window.removeEventListener("unload", unload);
      SecurityLevelPreferences.uninit();
    };
    window.addEventListener("unload", unload);
  },

  /**