From 6ca4253ddf020854ed6ae6f39d068b52cc4d69d8 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 23 Aug 2011 00:55:32 -0400 Subject: [PATCH] Fix services.history on Minefield. --- common/modules/services.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/services.jsm b/common/modules/services.jsm index 01f1331c..b3272b9c 100644 --- a/common/modules/services.jsm +++ b/common/modules/services.jsm @@ -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");