1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00

[spidermonkey] Commented lines with assertion

This commit is contained in:
Witold Filipczyk 2021-11-18 20:56:51 +01:00
parent fa60e62f1c
commit 44c7cedfea

View File

@ -236,8 +236,8 @@ elements_finalize(JSFreeOp *op, JSObject *obj)
* unchanged, because it may point to a different
* JSObject whose private pointer will later have to
* be updated to avoid crashes. */
assert(fv->ecmascript_obj == obj);
if_assert_failed return;
/// assert(fv->ecmascript_obj == obj);
/// if_assert_failed return;
fv->ecmascript_obj = NULL;
/* No need to JS_SetPrivate, because the object is