Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
This commit is contained in:
@@ -275,7 +275,7 @@ nsHTMLURIRefObject::GetNextURI(nsAString & aURI)
|
||||
NS_IMETHODIMP
|
||||
nsHTMLURIRefObject::RewriteAllURIs(const nsAString & aOldPat,
|
||||
const nsAString & aNewPat,
|
||||
PRBool aMakeRel)
|
||||
bool aMakeRel)
|
||||
{
|
||||
#ifdef DEBUG_akkana
|
||||
printf("Can't rewrite URIs yet\n");
|
||||
|
||||
Reference in New Issue
Block a user