зеркало из https://github.com/mozilla/pjs.git
Add missing null check (323338, r=mrbkap).
This commit is contained in:
Родитель
53e7b9c2a2
Коммит
9a6d69b894
|
@ -3056,7 +3056,7 @@ construct:
|
|||
out:
|
||||
qn = (JSXMLQName *) JS_GetPrivate(cx, obj);
|
||||
atom = cx->runtime->atomState.lazy.functionNamespaceURIAtom;
|
||||
if (atom &&
|
||||
if (qn->uri && atom &&
|
||||
(qn->uri == ATOM_TO_STRING(atom) ||
|
||||
!js_CompareStrings(qn->uri, ATOM_TO_STRING(atom)))) {
|
||||
if (!JS_ValueToId(cx, STRING_TO_JSVAL(qn->localName), funidp))
|
||||
|
|
Загрузка…
Ссылка в новой задаче