зеркало из https://github.com/mozilla/pjs.git
Use 0 instead of NULL in non-pointer context, fixes XCode 2.2 build, r=stejohns
This commit is contained in:
Родитель
58e8088dae
Коммит
7c4419bc25
|
@ -944,7 +944,7 @@ namespace avmplus
|
|||
|
||||
if (XMLObject::notifyNeeded(newXML))
|
||||
{
|
||||
Atom detail = prior ? prior->getValue()->atom() : NULL;
|
||||
Atom detail = prior ? prior->getValue()->atom() : 0;
|
||||
XMLObject* target = new (core->GetGC()) XMLObject(toplevel->xmlClass(), newXML);
|
||||
target->nonChildChanges(toplevel->xmlClass()->kTextSet, newXML->getValue()->atom(), detail);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче