Fix for bug 115162 -- shrink data structures by converting PRBool to PRPackedBool. r=dp, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@110496 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -94,9 +94,9 @@ public:
|
||||
nsCOMPtr<nsIContent> mArea;
|
||||
nscoord* mCoords;
|
||||
PRInt32 mNumCoords;
|
||||
PRBool mSuppressFeedback;
|
||||
PRBool mHasURL;
|
||||
PRBool mHasFocus;
|
||||
PRPackedBool mSuppressFeedback;
|
||||
PRPackedBool mHasURL;
|
||||
PRPackedBool mHasFocus;
|
||||
nsIFrame* mImageFrame;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user