зеркало из https://github.com/mozilla/pjs.git
fix for bug 12954 - was failing to set rval on DeleteProperty call
This commit is contained in:
Родитель
ca9d7ce1c5
Коммит
8531322d89
|
@ -415,6 +415,8 @@ WrappedNative_DeleteProperty(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
|
|||
}
|
||||
}
|
||||
// else fall through and silently ignore
|
||||
NS_ASSERTION(vp, "hey the engine gave me a null pointer");
|
||||
*vp = JSVAL_FALSE;
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче