From c70d38dd77c99bb3464e1358575b789f5314e848 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Tue, 5 Apr 2005 17:45:09 +0000 Subject: [PATCH] addressing reviewer comments for bug 283489 --- netwerk/base/public/nsIChannel.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netwerk/base/public/nsIChannel.idl b/netwerk/base/public/nsIChannel.idl index ed9e6a292b69..aa457421b464 100644 --- a/netwerk/base/public/nsIChannel.idl +++ b/netwerk/base/public/nsIChannel.idl @@ -148,7 +148,8 @@ interface nsIChannel : nsIRequest * of -1 indicates that the content length is unknown. * * Callers should prefer getting the "content-length" property - * using nsIPropertyBag2 as 64-bit value, if available. + * as 64-bit value by QIing the channel to nsIPropertyBag2, + * if that interface is exposed by the channel. */ attribute long contentLength;