1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 05:12:28 +01:00

Fix services.history on Minefield.

This commit is contained in:
Kris Maglione
2011-08-23 00:55:32 -04:00
parent 6ce037bece
commit 6ca4253ddf

View File

@@ -42,7 +42,7 @@ var Services = Module("Services", {
this.add("file:", "@mozilla.org/network/protocol;1?name=file", "nsIFileProtocolHandler");
this.add("focus", "@mozilla.org/focus-manager;1", "nsIFocusManager");
this.add("history", "@mozilla.org/browser/global-history;2",
["nsIBrowserHistory", "nsIGlobalHistory3", "nsINavHistoryService", "nsPIPlacesDatabase"]);
["nsIBrowserHistory", "nsIGlobalHistory2", "nsINavHistoryService", "nsPIPlacesDatabase"]);
this.add("io", "@mozilla.org/network/io-service;1", "nsIIOService");
this.add("json", "@mozilla.org/dom/json;1", "nsIJSON", "createInstance");
this.add("listeners", "@mozilla.org/eventlistenerservice;1", "nsIEventListenerService");