fix dumb typo (how embarrassing)

This commit is contained in:
shaver%netscape.com 1998-09-01 12:52:30 +00:00
Родитель 01f3edae31
Коммит 1b31c67847
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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))