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

@@ -3906,8 +3906,8 @@ nsHtml5Tokenizer::emitOrAppendOne(const PRUnichar* val, PRInt32 returnState)
void
nsHtml5Tokenizer::end()
{
strBuf = nsnull;
longStrBuf = nsnull;
strBuf = 0;
longStrBuf = 0;
doctypeName = nsnull;
if (systemIdentifier) {
nsHtml5Portability::releaseString(systemIdentifier);