mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
LibWeb: Remove constexpr from service worker ==
Appeasing clang. The binary == wasn't constexpr and that crashed compilation
This commit is contained in:
committed by
Andrew Kaster
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
|
||||||
|
|||||||
Reference in New Issue
Block a user