Backed out changeset 445a64a37945 (bug 1231378) for bustage on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2016-01-12 15:49:11 +01:00
parent 0461ab0757
commit 28889794cc
2 changed files with 1 additions and 7 deletions

View File

@ -28,11 +28,6 @@ class SerializedLoadContext
{
public:
SerializedLoadContext()
: mIsNotNull(false)
, mIsPrivateBitValid(false)
, mIsContent(false)
, mUsePrivateBrowsing(false)
, mUseRemoteTabs(false)
{
Init(nullptr);
}

View File

@ -233,7 +233,6 @@ nsSHistory::nsSHistory()
: mIndex(-1)
, mLength(0)
, mRequestedIndex(-1)
, mRootDocShell(nullptr)
{
// Add this new SHistory object to the list
PR_APPEND_LINK(this, &gSHistoryList);
@ -1005,7 +1004,6 @@ class TransactionAndDistance
public:
TransactionAndDistance(nsISHTransaction* aTrans, uint32_t aDist)
: mTransaction(aTrans)
, mLastTouched(0)
, mDistance(aDist)
{
mViewer = GetContentViewerForTransaction(aTrans);
@ -1019,6 +1017,7 @@ public:
shentryInternal->GetLastTouched(&mLastTouched);
} else {
NS_WARNING("Can't cast to nsISHEntryInternal?");
mLastTouched = 0;
}
}