зеркало из https://github.com/mozilla/gecko-dev.git
Reorder one class member initialization line to fix a warning.
This commit is contained in:
Родитель
8ee9698da7
Коммит
0c469bc6e4
|
@ -57,9 +57,9 @@ static const int kMAX_HEADER_SIZE = 60000;
|
|||
|
||||
|
||||
nsHTTPResponseListener::nsHTTPResponseListener(nsHTTPChannel* aConnection):
|
||||
mResponse(nsnull),
|
||||
mFirstLineParsed(PR_FALSE),
|
||||
mHeadersDone(PR_FALSE),
|
||||
mResponse(nsnull),
|
||||
mBytesReceived(0)
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
|
|
Загрузка…
Ссылка в новой задаче