diff --git a/toolkit/components/places/src/nsNavHistory.cpp b/toolkit/components/places/src/nsNavHistory.cpp index d37a6a35073..cc426728591 100644 --- a/toolkit/components/places/src/nsNavHistory.cpp +++ b/toolkit/components/places/src/nsNavHistory.cpp @@ -253,7 +253,8 @@ nsNavHistory::Init() gExpandedItems.Init(128); - InitDB(); + rv = InitDB(); + NS_ENSURE_SUCCESS(rv, rv); //ImportFromMork(); // commonly used prefixes that should be chopped off all history and input