mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1157627 - about:serviceworkers should show new registered ServiceWorkers. r=nsm
This commit is contained in:
parent
2da630d872
commit
b64e5cbce8
@ -581,6 +581,7 @@ public:
|
||||
if (newest && mScriptSpec.Equals(newest->ScriptSpec()) &&
|
||||
mScriptSpec.Equals(mRegistration->mScriptSpec)) {
|
||||
mRegistration->mPendingUninstall = false;
|
||||
swm->StoreRegistration(mPrincipal, mRegistration);
|
||||
Succeed();
|
||||
Done(NS_OK);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user