From 371cc37842d886bf50d0a81a549b8e4419732626 Mon Sep 17 00:00:00 2001 From: "bryner@brianryner.com" Date: Tue, 2 Oct 2007 20:35:29 -0700 Subject: [PATCH] Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg. --- browser/modules/Sanitizer.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/modules/Sanitizer.jsm b/browser/modules/Sanitizer.jsm index 3f089692ffa..99af9a3e68f 100644 --- a/browser/modules/Sanitizer.jsm +++ b/browser/modules/Sanitizer.jsm @@ -160,7 +160,7 @@ Sanitizer.prototype = { { var formHistory = Components.classes["@mozilla.org/satchel/form-history;1"] .getService(Components.interfaces.nsIFormHistory); - return formHistory.rowCount != 0; + return formHistory.hasEntries; } },