icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -277,6 +277,9 @@ bool ObservableArrayProxyHandler::GetBackingListObject(
|
|||
if (NS_WARN_IF(!newBackingListObj)) {
|
||||
return false;
|
||||
}
|
||||
if (NS_WARN_IF(!JS_SetPrototype(aCx, newBackingListObj, nullptr))) {
|
||||
return false;
|
||||
}
|
||||
slotValue = JS::ObjectValue(*newBackingListObj);
|
||||
js::SetProxyReservedSlot(aProxy, OBSERVABLE_ARRAY_BACKING_LIST_OBJECT_SLOT,
|
||||
slotValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue