icecat: add release icecat-140.6.0-1gnu1 for ecne
This commit is contained in:
parent
618c9f4145
commit
7d0f5dab3b
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -1948,7 +1948,8 @@ static JS::CompartmentIterResult FindSameOriginCompartment(
|
|||
}
|
||||
|
||||
auto* compartmentPrivate = xpc::CompartmentPrivate::Get(aCompartment);
|
||||
if (!compartmentPrivate->CanShareCompartmentWith(data->principal)) {
|
||||
if (!compartmentPrivate ||
|
||||
!compartmentPrivate->CanShareCompartmentWith(data->principal)) {
|
||||
// Can't reuse this one, keep going.
|
||||
return JS::CompartmentIterResult::KeepGoing;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue