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
This commit is contained in:
pedemont%us.ibm.com
2004-09-09 15:32:24 +00:00
parent eedeb11768
commit e232625ef3

View File

@@ -60,8 +60,8 @@ interface nsIURIContentListener : nsISupports
*
* @param aURI URI that is being opened.
*
* @return <code>true</code> if the load can continue;
* <code>false</code> if the open should be aborted.
* @return <code>false</code> if the load can continue;
* <code>true</code> if the open should be aborted.
*/
boolean onStartURIOpen(in nsIURI aURI);