Commit 4ea563dc authored by Richard Pospesel's avatar Richard Pospesel Committed by Matthew Finkel
Browse files

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

parent 94522b38
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);
  },

  /**