icecat: add release icecat-140.9.0-1gnu1 for aramo
This commit is contained in:
parent
d570f39e11
commit
9b41efc5d4
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -2786,6 +2786,11 @@ void BrowsingContext::DidSet(FieldIndex<IDX_ExplicitActive>,
|
|||
});
|
||||
}
|
||||
|
||||
bool BrowsingContext::CanSet(FieldIndex<IDX_InRDMPane>, const bool&,
|
||||
ContentParent* aSource) {
|
||||
return XRE_IsParentProcess() && IsTop() && !aSource;
|
||||
}
|
||||
|
||||
void BrowsingContext::DidSet(FieldIndex<IDX_InRDMPane>, bool aOldValue) {
|
||||
MOZ_ASSERT(IsTop(),
|
||||
"Should only set InRDMPane in the top-level browsing context");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue