diff --git a/browser/components/places/content/history-panel.js b/browser/components/places/content/history-panel.js index b167fd052cce..a0318a8a15d8 100644 --- a/browser/components/places/content/history-panel.js +++ b/browser/components/places/content/history-panel.js @@ -41,8 +41,6 @@ var gHistoryTree; var gSearchBox; var gHistoryGrouping = ""; -const NHQO = Ci.nsINavHistoryQueryOptions; - function HistorySidebarInit() { gHistoryTree = document.getElementById("historyTree"); @@ -95,6 +93,7 @@ function checkURLSecurity(aURL) function SetPlace(aSearchString) { + const NHQO = Ci.nsINavHistoryQueryOptions; var placeURI = ORGANIZER_ROOT_HISTORY_UNSORTED; var prefService =