From e232625ef355d326e5f51fbc2d863d1afceef738 Mon Sep 17 00:00:00 2001 From: "pedemont%us.ibm.com" Date: Thu, 9 Sep 2004 15:32:24 +0000 Subject: [PATCH] Bug 258503 - incorrect comment for function onStartURIOpen. r=cbiesinger,sr=bzbarsky,a=mkaply git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@161984 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/uriloader/base/nsIURIContentListener.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/uriloader/base/nsIURIContentListener.idl b/mozilla/uriloader/base/nsIURIContentListener.idl index 5c1819808ea..ef3d365875c 100644 --- a/mozilla/uriloader/base/nsIURIContentListener.idl +++ b/mozilla/uriloader/base/nsIURIContentListener.idl @@ -60,8 +60,8 @@ interface nsIURIContentListener : nsISupports * * @param aURI URI that is being opened. * - * @return true if the load can continue; - * false if the open should be aborted. + * @return false if the load can continue; + * true if the open should be aborted. */ boolean onStartURIOpen(in nsIURI aURI);