Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan

This commit is contained in:
Aryeh Gregor
2012-07-20 14:16:17 +03:00
parent 3beb28bd5b
commit e3e1225e61
42 changed files with 92 additions and 73 deletions

View File

@@ -116,7 +116,7 @@ nsHtml5HtmlAttributes::getURI(PRInt32 index)
if (index < length && index >= 0) {
return names[index]->getUri(mode);
} else {
return nsnull;
return 0;
}
}