diff --git a/mozilla/netwerk/test/TestCacheMgr.cpp b/mozilla/netwerk/test/TestCacheMgr.cpp index 016bead349e..d785d7f0eb2 100644 --- a/mozilla/netwerk/test/TestCacheMgr.cpp +++ b/mozilla/netwerk/test/TestCacheMgr.cpp @@ -219,7 +219,7 @@ public: } NS_IMETHOD OnStopRequest(nsIRequest *request, nsISupports* context, - nsresult aStatus, const PRUnichar* aStatusArg) { + nsresult aStatus) { PRIntervalTime endTime; PRIntervalTime duration; diff --git a/mozilla/netwerk/test/TestRawCache.cpp b/mozilla/netwerk/test/TestRawCache.cpp index e0e239f3e85..8bc2c7743d4 100644 --- a/mozilla/netwerk/test/TestRawCache.cpp +++ b/mozilla/netwerk/test/TestRawCache.cpp @@ -229,7 +229,7 @@ public: } NS_IMETHOD OnStopRequest(nsIRequest *request, nsISupports* context, - nsresult aStatus, const PRUnichar* aStatusArg) { + nsresult aStatus) { PRIntervalTime endTime; PRIntervalTime duration;