From cd438bbf6afca22aa01193a65c8be09e1817d382 Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Wed, 3 Oct 2007 03:35:29 +0000 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. git-svn-id: svn://10.0.0.236/trunk@237151 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/modules/Sanitizer.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/modules/Sanitizer.jsm b/mozilla/browser/modules/Sanitizer.jsm index 3f089692ffa..99af9a3e68f 100644 --- a/mozilla/browser/modules/Sanitizer.jsm +++ b/mozilla/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; } },