mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-29 14:39:02 +00:00
operator= for JS::SafeFunction was missing the CallableKind parameter in the call to init_with_callable. This was not picked up before as nothing used operator= on JS::SafeFunction.