Removing const to match IDL spec, fixes Solaris/CC. r=mscott
git-svn-id: svn://10.0.0.236/trunk@53904 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -334,7 +334,7 @@ NS_IMETHODIMP nsURILoader::OpenURIVia(nsIURI *aURI,
|
||||
nsIURI *aReferringURI,
|
||||
nsISupports *aOpenContext,
|
||||
nsISupports **aCurrentOpenContext,
|
||||
const PRUint32 aLocalIP)
|
||||
PRUint32 aLocalIP)
|
||||
{
|
||||
// we need to create a DocumentOpenInfo object which will go ahead and open the url
|
||||
// and discover the content type....
|
||||
|
||||
Reference in New Issue
Block a user