Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@88647 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -307,8 +307,7 @@ TestConnection::TestConnection(const char* aHostName, PRInt32 aPort,
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
// Set up the notification callbacks to provide a progress event sink.
|
||||
// That way we exercise the progress notification proxy code.
|
||||
nsCOMPtr<nsIProgressEventSink> sink = do_GetInterface((nsIInterfaceRequestor*)this);
|
||||
rv = mTransport->SetProgressEventSink(sink);
|
||||
mTransport->SetNotificationCallbacks((nsIInterfaceRequestor*)this, PR_FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user