mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 445a64a37945 (bug 1231378) for bustage on a CLOSED TREE
This commit is contained in:
parent
0461ab0757
commit
28889794cc
@ -28,11 +28,6 @@ class SerializedLoadContext
|
||||
{
|
||||
public:
|
||||
SerializedLoadContext()
|
||||
: mIsNotNull(false)
|
||||
, mIsPrivateBitValid(false)
|
||||
, mIsContent(false)
|
||||
, mUsePrivateBrowsing(false)
|
||||
, mUseRemoteTabs(false)
|
||||
{
|
||||
Init(nullptr);
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user