зеркало из https://github.com/mozilla/pjs.git
fix dumb typo (how embarrassing)
This commit is contained in:
Родитель
01f3edae31
Коммит
1b31c67847
|
@ -72,7 +72,7 @@ DOM_NewAttributeObject(JSContext *cx, DOM_Attribute *attr)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
str = JS_NewStringCopyZ, node->name);
|
||||
str = JS_NewStringCopyZ(cx, node->name);
|
||||
v = STRING_TO_JSVAL(str);
|
||||
if (!str ||
|
||||
!JS_SetProperty(cx, obj, "name", &v))
|
||||
|
|
Загрузка…
Ссылка в новой задаче