Commit 8f90ffca authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

keepforreview! Bug 9173: Change the default Firefox profile directory to be relative.

Changed bool to boolean for upstream Bug 1881863.
parent a6d6cb78
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,5 +24,5 @@ interface nsIXREDirProvider : nsISupports
  /**
  /**
   * Tells whether the browser has been started in portable mode.
   * Tells whether the browser has been started in portable mode.
   */
   */
  readonly attribute bool isPortableMode;
  readonly attribute boolean isPortableMode;
};
};