mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 2db7f8ad8c8f (bug 1178233) on request by jaoo
This commit is contained in:
parent
1efcf8ff5d
commit
1736329ed0
@ -4710,12 +4710,6 @@ ServiceWorkerManager::PropagateSoftUpdate(const OriginAttributes& aOriginAttribu
|
||||
return;
|
||||
}
|
||||
|
||||
if (XRE_IsParentProcess()) {
|
||||
// When e10s mode is off we just do the update. This is a quick fix to make
|
||||
// updates via about:sw page work when e10s mode is off.
|
||||
SoftUpdate(aOriginAttributes, NS_ConvertUTF16toUTF8(aScope));
|
||||
return;
|
||||
}
|
||||
mActor->SendPropagateSoftUpdate(aOriginAttributes, nsString(aScope));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user