mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
missed an arg.
This commit is contained in:
parent
3a21f2c4f8
commit
70cda3bfd0
@ -128,7 +128,7 @@ class TestConnection : public nsIRunnable,
|
||||
{
|
||||
public:
|
||||
TestConnection(const char* aHostName, PRInt32 aPort,
|
||||
PRBool aAsyncFlag, PRBool testAsyncRead);
|
||||
PRBool aAsyncFlag);
|
||||
virtual ~TestConnection();
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
@ -290,7 +290,7 @@ TestConnection::OnStopRequest(nsIChannel* channel,
|
||||
|
||||
|
||||
TestConnection::TestConnection(const char* aHostName, PRInt32 aPort,
|
||||
PRBool aAsyncFlag, PRBool testAsyncRead)
|
||||
PRBool aAsyncFlag)
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user