diff --git a/mozilla/browser/base/content/browser-places.js b/mozilla/browser/base/content/browser-places.js index 61587541bde..4be06a0d83f 100644 --- a/mozilla/browser/base/content/browser-places.js +++ b/mozilla/browser/base/content/browser-places.js @@ -415,6 +415,9 @@ var PlacesCommandHook = { itemId = PlacesUtils.getMostRecentBookmarkForURI(uri); } + // Revert the contents of the location bar + handleURLBarRevert(); + // dock the panel to the star icon when possible, otherwise dock // it to the content area if (aBrowser.contentWindow == window.content) {