Attempt to fix Mac and HP-UX bustage

This commit is contained in:
jaggernaut%netscape.com 2001-12-26 05:07:53 +00:00
parent bf85c86c6a
commit bf769d81aa

View File

@ -275,9 +275,9 @@ protected:
PRInt32& aCharsetSource,
nsAString& aCharset);
void nsHTMLDocument::StartAutodetection(nsIDocShell *aDocShell,
nsAString& aCharset,
const char* aCommand);
void StartAutodetection(nsIDocShell *aDocShell,
nsAString& aCharset,
const char* aCommand);
PRUint32 mIsWriting : 1;
PRUint32 mWriteLevel : 31;