Bug 777292 part 2 - Change all nsnull to nullptr

This commit is contained in:
Aryeh Gregor
2012-07-30 17:20:58 +03:00
parent 74aa5481e2
commit 8b4a23fc4c
2537 changed files with 23673 additions and 23673 deletions

View File

@@ -23,7 +23,7 @@ nsHtml5DependentUTF16Buffer::FalliblyCopyAsOwningBuffer()
nsRefPtr<nsHtml5OwningUTF16Buffer> newObj =
nsHtml5OwningUTF16Buffer::FalliblyCreate(newLength);
if (!newObj) {
return nsnull;
return nullptr;
}
newObj->setEnd(newLength);
memcpy(newObj->getBuffer(),