зеркало из https://github.com/mozilla/gecko-dev.git
Accidently swaped PRBool and PRInt32 in my last checkin. r=akk
This commit is contained in:
Родитель
46c5727da9
Коммит
f73a649fac
|
@ -189,8 +189,8 @@ protected:
|
||||||
PRBool mStartedOutput; // we've produced at least a character
|
PRBool mStartedOutput; // we've produced at least a character
|
||||||
|
|
||||||
nsString mURL;
|
nsString mURL;
|
||||||
PRInt32 mStructs; // Output structs (pref)
|
PRBool mStructs; // Output structs (pref)
|
||||||
PRBool mHeaderStrategy; /* Header strategy (pref)
|
PRInt32 mHeaderStrategy; /* Header strategy (pref)
|
||||||
0 = no indention
|
0 = no indention
|
||||||
1 = indention, increased with
|
1 = indention, increased with
|
||||||
header level (default)
|
header level (default)
|
||||||
|
|
|
@ -189,8 +189,8 @@ protected:
|
||||||
PRBool mStartedOutput; // we've produced at least a character
|
PRBool mStartedOutput; // we've produced at least a character
|
||||||
|
|
||||||
nsString mURL;
|
nsString mURL;
|
||||||
PRInt32 mStructs; // Output structs (pref)
|
PRBool mStructs; // Output structs (pref)
|
||||||
PRBool mHeaderStrategy; /* Header strategy (pref)
|
PRInt32 mHeaderStrategy; /* Header strategy (pref)
|
||||||
0 = no indention
|
0 = no indention
|
||||||
1 = indention, increased with
|
1 = indention, increased with
|
||||||
header level (default)
|
header level (default)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче