diff --git a/toolkit/components/satchel/src/nsStorageFormHistory.cpp b/toolkit/components/satchel/src/nsStorageFormHistory.cpp index c6f90003ec6c..a75574966dab 100644 --- a/toolkit/components/satchel/src/nsStorageFormHistory.cpp +++ b/toolkit/components/satchel/src/nsStorageFormHistory.cpp @@ -411,6 +411,7 @@ nsFormHistory::OpenDatabase() getter_AddRefs(mDBInsertNameValue)); NS_ENSURE_SUCCESS(rv, rv); +#ifdef MOZ_MORKREADER if (!exists) { // Locate the old formhistory.dat file and import it. nsCOMPtr historyFile; @@ -424,6 +425,7 @@ nsFormHistory::OpenDatabase() importer->ImportFormHistory(historyFile, this); } } +#endif return NS_OK; }