mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1151664 - Make claim return undefined for now. r=nsm
This commit is contained in:
parent
28920bbab9
commit
af8acea893
@ -200,6 +200,6 @@ ServiceWorkerClients::Claim()
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
promise->MaybeReject(NS_ERROR_NOT_AVAILABLE);
|
||||
promise->MaybeResolve(JS::UndefinedHandleValue);
|
||||
return promise.forget();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user