Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by

dann@godzilla.ics.uci.edu, r=heikki, sr=jst


git-svn-id: svn://10.0.0.236/trunk@126401 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2002-08-06 01:22:59 +00:00
parent a63e0296c6
commit ef444a9b4f
18 changed files with 68 additions and 62 deletions

View File

@@ -384,11 +384,11 @@ class CAttributeToken: public CHTMLToken {
PRPackedBool mHasEqualWithoutValue;
protected:
nsAutoString mTextValue;
nsSlidingSubstring mTextKey;
#ifdef DEBUG
PRPackedBool mLastAttribute;
#endif
nsAutoString mTextValue;
nsSlidingSubstring mTextKey;
};