diff options
Diffstat (limited to 'application/palemoon/components/places/content/history-panel.js')
-rw-r--r-- | application/palemoon/components/places/content/history-panel.js | 2 |
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 5b5445487..cda39dd26 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 = Components.interfaces.nsINavHistoryQueryOptions; + const NHQO = Ci.nsINavHistoryQueryOptions; var sortingMode; var resultType; |