зеркало из https://github.com/mozilla/pjs.git
Fix bug 115171 -- shrink session history entries by replacing PRBool with PRPackedBool. r=dp, sr=waterson
This commit is contained in:
Родитель
0d68845a5f
Коммит
ecbc93ad62
|
@ -64,8 +64,8 @@ private:
|
||||||
nsVoidArray mChildren;
|
nsVoidArray mChildren;
|
||||||
PRUint32 mLoadType;
|
PRUint32 mLoadType;
|
||||||
PRUint32 mID;
|
PRUint32 mID;
|
||||||
PRBool mIsFrameNavigation;
|
PRPackedBool mIsFrameNavigation;
|
||||||
PRBool mSaveLayoutState;
|
PRPackedBool mSaveLayoutState;
|
||||||
PRPackedBool mExpired;
|
PRPackedBool mExpired;
|
||||||
nsCOMPtr<nsISupports> mCacheKey;
|
nsCOMPtr<nsISupports> mCacheKey;
|
||||||
nsISHEntry * mParent; // weak reference
|
nsISHEntry * mParent; // weak reference
|
||||||
|
|
Загрузка…
Ссылка в новой задаче