From ad13ddf2a69ccc24ef20e2f5a42e608275f17a2e Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Sat, 10 Dec 2005 00:05:58 +0000 Subject: [PATCH] fix winnt compile error git-svn-id: svn://10.0.0.236/trunk@185866 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/build/dlldeps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/build/dlldeps.cpp b/mozilla/xpcom/build/dlldeps.cpp index 41d16104f06..46979f16466 100644 --- a/mozilla/xpcom/build/dlldeps.cpp +++ b/mozilla/xpcom/build/dlldeps.cpp @@ -119,7 +119,7 @@ void XXXNeverCalled() NS_NewInputStreamReadyEvent(nsnull, nsnull, nsnull); NS_NewOutputStreamReadyEvent(nsnull, nsnull, nsnull); NS_AsyncCopy(nsnull, nsnull, nsnull, NS_ASYNCCOPY_VIA_READSEGMENTS, 0, nsnull, nsnull); - NS_ConsumeStream(nsnull, nsCString()); + NS_ConsumeStream(nsnull, 0, nsCString()); NS_InputStreamIsBuffered(nsnull); NS_OutputStreamIsBuffered(nsnull); PL_DHashStubEnumRemove(nsnull, nsnull, nsnull, nsnull);