зеркало из https://github.com/mozilla/pjs.git
Tolerate race condition or broken resolve hook (530507, r=jorendorff).
This commit is contained in:
Родитель
6fb7bc2254
Коммит
eb8ddc55fa
|
@ -4759,7 +4759,7 @@ js_SetPropertyHelper(JSContext *cx, JSObject *obj, jsid id, uintN defineHow,
|
|||
}
|
||||
}
|
||||
|
||||
sprop = scope->addProperty(cx, id, getter, setter, SPROP_INVALID_SLOT,
|
||||
sprop = scope->putProperty(cx, id, getter, setter, SPROP_INVALID_SLOT,
|
||||
attrs, flags, shortid);
|
||||
if (!sprop) {
|
||||
JS_UNLOCK_SCOPE(cx, scope);
|
||||
|
|
Загрузка…
Ссылка в новой задаче