From c69ae1d03bc99107be4fcb53d57be37ec357797e Mon Sep 17 00:00:00 2001 From: "bryner%uiuc.edu" Date: Tue, 6 Mar 2001 06:22:58 +0000 Subject: [PATCH] Fixing build bustage. --- netwerk/test/TestSocketTransport.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netwerk/test/TestSocketTransport.cpp b/netwerk/test/TestSocketTransport.cpp index f49293fd66e..74f3a300285 100644 --- a/netwerk/test/TestSocketTransport.cpp +++ b/netwerk/test/TestSocketTransport.cpp @@ -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 sink = do_GetInterface((nsIInterfaceRequestor*)this); - rv = mTransport->SetProgressEventSink(sink); + mTransport->SetNotificationCallbacks((nsIInterfaceRequestor*)this, PR_FALSE); } }