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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user