зеркало из 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;
|
||||
PRUint32 mLoadType;
|
||||
PRUint32 mID;
|
||||
PRBool mIsFrameNavigation;
|
||||
PRBool mSaveLayoutState;
|
||||
PRPackedBool mIsFrameNavigation;
|
||||
PRPackedBool mSaveLayoutState;
|
||||
PRPackedBool mExpired;
|
||||
nsCOMPtr<nsISupports> mCacheKey;
|
||||
nsISHEntry * mParent; // weak reference
|
||||
|
|
Загрузка…
Ссылка в новой задаче