mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01: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
|
|
@ -13,7 +13,7 @@ struct RegistrationKey {
|
||||||
StorageAPI::StorageKey key;
|
StorageAPI::StorageKey key;
|
||||||
ByteString serialized_scope_url;
|
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
|
// FIXME: Surely this needs hooks to be cleared and manipulated at the UA level
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user