Fix some assertions by making sure nsStreamListenerTee's isupports definition includes nsIRequestObserver.

sr=darin
This commit is contained in:
mscott%netscape.com 2001-04-13 02:50:31 +00:00
parent 579d28db50
commit fb8f27eb17

View File

@ -1,7 +1,8 @@
#include "nsStreamListenerTee.h"
NS_IMPL_ISUPPORTS2(nsStreamListenerTee,
NS_IMPL_ISUPPORTS3(nsStreamListenerTee,
nsIStreamListener,
nsIRequestObserver,
nsIStreamListenerTee)
NS_IMETHODIMP