Removed warning. mDTDState is of type nsresult
git-svn-id: svn://10.0.0.236/trunk@41889 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -532,7 +532,6 @@ protected:
|
||||
PRBool mHasOpenBody;
|
||||
PRBool mHadFrameset;
|
||||
PRBool mHadBody;
|
||||
PRBool mDTDState;
|
||||
nsString mFilename;
|
||||
nsIDTDDebug* mDTDDebug;
|
||||
PRInt32 mLineNumber;
|
||||
@@ -544,6 +543,7 @@ protected:
|
||||
PRBool mSaveBadTokens;
|
||||
eHTMLTags mSkipTarget;
|
||||
nsDeque mSharedNodes;
|
||||
nsresult mDTDState;
|
||||
|
||||
PRUint32 mComputedCRC32;
|
||||
PRUint32 mExpectedCRC32;
|
||||
|
||||
@@ -532,7 +532,6 @@ protected:
|
||||
PRBool mHasOpenBody;
|
||||
PRBool mHadFrameset;
|
||||
PRBool mHadBody;
|
||||
PRBool mDTDState;
|
||||
nsString mFilename;
|
||||
nsIDTDDebug* mDTDDebug;
|
||||
PRInt32 mLineNumber;
|
||||
@@ -544,6 +543,7 @@ protected:
|
||||
PRBool mSaveBadTokens;
|
||||
eHTMLTags mSkipTarget;
|
||||
nsDeque mSharedNodes;
|
||||
nsresult mDTDState;
|
||||
|
||||
PRUint32 mComputedCRC32;
|
||||
PRUint32 mExpectedCRC32;
|
||||
|
||||
Reference in New Issue
Block a user