diff --git a/application/basilisk/components/places/PlacesUIUtils.jsm b/application/basilisk/components/places/PlacesUIUtils.jsm
index 035fc12c25..dc0463c37f 100644
--- a/application/basilisk/components/places/PlacesUIUtils.jsm
+++ b/application/basilisk/components/places/PlacesUIUtils.jsm
@@ -231,11 +231,11 @@ this.PlacesUIUtils = {
* The string spec of the URI
* @return A URI object for the spec.
*/
- createFixedURI: function PUIU_createFixedURI(aSpec) {
+ createFixedURI: function(aSpec) {
return URIFixup.createFixupURI(aSpec, Ci.nsIURIFixup.FIXUP_FLAG_NONE);
},
- getFormattedString: function PUIU_getFormattedString(key, params) {
+ getFormattedString: function(key, params) {
return bundle.formatStringFromName(key, params, params.length);
},
@@ -254,7 +254,7 @@ this.PlacesUIUtils = {
* @see https://developer.mozilla.org/en/Localization_and_Plurals
* @return The localized plural string.
*/
- getPluralString: function PUIU_getPluralString(aKey, aNumber, aParams) {
+ getPluralString: function(aKey, aNumber, aParams) {
let str = PluralForm.get(aNumber, bundle.GetStringFromName(aKey));
// Replace #1 with aParams[0], #2 with aParams[1], and so on.
@@ -264,7 +264,7 @@ this.PlacesUIUtils = {
});
},
- getString: function PUIU_getString(key) {
+ getString: function(key) {
return bundle.GetStringFromName(key);
},
@@ -660,7 +660,7 @@ this.PlacesUIUtils = {
return ("performed" in aInfo && aInfo.performed);
},
- _getTopBrowserWin: function PUIU__getTopBrowserWin() {
+ _getTopBrowserWin: function() {
return RecentWindow.getMostRecentBrowserWindow();
},
@@ -683,7 +683,7 @@ this.PlacesUIUtils = {
* a DOM node
* @return the closet ancestor places view if exists, null otherwsie.
*/
- getViewForNode: function PUIU_getViewForNode(aNode) {
+ getViewForNode: function(aNode) {
let node = aNode;
// The view for a