diff --git a/mozilla/uriloader/base/nsURILoader.cpp b/mozilla/uriloader/base/nsURILoader.cpp index b0b37cd4fb8..3d8aedcd611 100644 --- a/mozilla/uriloader/base/nsURILoader.cpp +++ b/mozilla/uriloader/base/nsURILoader.cpp @@ -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....