summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/places/content/history-panel.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/components/places/content/history-panel.js')
-rw-r--r--application/palemoon/components/places/content/history-panel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/places/content/history-panel.js b/application/palemoon/components/places/content/history-panel.js
index cda39dd26..5b5445487 100644
--- a/application/palemoon/components/places/content/history-panel.js
+++ b/application/palemoon/components/places/content/history-panel.js
@@ -41,7 +41,7 @@ function searchHistory(aInput)
var query = PlacesUtils.history.getNewQuery();
var options = PlacesUtils.history.getNewQueryOptions();
- const NHQO = Ci.nsINavHistoryQueryOptions;
+ const NHQO = Components.interfaces.nsINavHistoryQueryOptions;
var sortingMode;
var resultType;