icecat: add release icecat-140.6.0-1gnu1 for aramo
This commit is contained in:
parent
92fef42cd6
commit
17ba0259bf
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