mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Remove constexpr from service worker ==
Appeasing clang. The binary == wasn't constexpr and that crashed compilation
This commit is contained in:
parent
cc0cfd044b
commit
f23cc02603
Notes:
github-actions[bot]
2024-10-11 01:09:37 +00:00
Author: https://github.com/noahmbright
Commit: f23cc02603
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1724
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ struct RegistrationKey {
|
|||
StorageAPI::StorageKey key;
|
||||
ByteString serialized_scope_url;
|
||||
|
||||
constexpr bool operator==(RegistrationKey const&) const = default;
|
||||
bool operator==(RegistrationKey const&) const = default;
|
||||
};
|
||||
|
||||
// FIXME: Surely this needs hooks to be cleared and manipulated at the UA level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue