mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
This doesn't need LibWeb, it just needs LibCrypto. The previous include would transitively include what was needed, but also included `LibWeb/Bindings/SubtleCryptoPrototype.h` which might not exist yet. This could break the build on CI randomly.