mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[spidermonkey] Commented lines with assertion
This commit is contained in:
parent
fa60e62f1c
commit
44c7cedfea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user