From bf769d81aaea3e130997eae2f493a65e4de0ec38 Mon Sep 17 00:00:00 2001 From: "jaggernaut%netscape.com" Date: Wed, 26 Dec 2001 05:07:53 +0000 Subject: [PATCH] Attempt to fix Mac and HP-UX bustage --- content/html/document/src/nsHTMLDocument.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/html/document/src/nsHTMLDocument.h b/content/html/document/src/nsHTMLDocument.h index 8096e42c53eb..0d4a426d6afe 100644 --- a/content/html/document/src/nsHTMLDocument.h +++ b/content/html/document/src/nsHTMLDocument.h @@ -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;