diff --git a/mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h b/mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h index eb7ded47e6e..cd0df7990d9 100644 --- a/mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h +++ b/mozilla/htmlparser/src/nsHTMLToTXTSinkStream.h @@ -189,8 +189,8 @@ protected: PRBool mStartedOutput; // we've produced at least a character nsString mURL; - PRInt32 mStructs; // Output structs (pref) - PRBool mHeaderStrategy; /* Header strategy (pref) + PRBool mStructs; // Output structs (pref) + PRInt32 mHeaderStrategy; /* Header strategy (pref) 0 = no indention 1 = indention, increased with header level (default) diff --git a/mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h b/mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h index eb7ded47e6e..cd0df7990d9 100644 --- a/mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h +++ b/mozilla/parser/htmlparser/src/nsHTMLToTXTSinkStream.h @@ -189,8 +189,8 @@ protected: PRBool mStartedOutput; // we've produced at least a character nsString mURL; - PRInt32 mStructs; // Output structs (pref) - PRBool mHeaderStrategy; /* Header strategy (pref) + PRBool mStructs; // Output structs (pref) + PRInt32 mHeaderStrategy; /* Header strategy (pref) 0 = no indention 1 = indention, increased with header level (default)