Backing out cfea4859f458, 883e581e0849 due to permaorange on moth opt.

This commit is contained in:
Justin Lebar
2011-08-02 13:23:11 -04:00
parent 6591f6c503
commit 16c513b30e
23 changed files with 779 additions and 1210 deletions

View File

@@ -66,7 +66,6 @@
// session history
#include "nsSHEntry.h"
#include "nsSHEntryShared.h"
#include "nsSHistory.h"
#include "nsSHTransaction.h"
@@ -88,15 +87,15 @@ Initialize()
nsresult rv = nsSHistory::Startup();
NS_ENSURE_SUCCESS(rv, rv);
nsSHEntryShared::Startup();
return NS_OK;
rv = nsSHEntry::Startup();
return rv;
}
static void
Shutdown()
{
nsSHistory::Shutdown();
nsSHEntryShared::Shutdown();
nsSHEntry::Shutdown();
gInitialized = PR_FALSE;
}