From cd1cf71d2fd853bcc71f2b54494cd64591e99a7c Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Sat, 11 May 2002 05:14:09 +0000 Subject: [PATCH] bug #99627 (r=chak, sr=mscott). Mark nsIURICOntentListener interface as frozen --- uriloader/base/nsIURIContentListener.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uriloader/base/nsIURIContentListener.idl b/uriloader/base/nsIURIContentListener.idl index 2ba00b380a75..6b8b50fcf8f1 100644 --- a/uriloader/base/nsIURIContentListener.idl +++ b/uriloader/base/nsIURIContentListener.idl @@ -42,7 +42,7 @@ * a nsIURIContentListener for each of its content windows with the uri * dispatcher service. * - * @status UNDER_REVIEW + * @status FROZEN */ #include "nsISupports.idl"