mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-23 05:46:06 +00:00
...instead of relying on the VM having a current execution context. This was an incorrect assumption I made, and it caused onfoo attribute handler construction in LibWeb to crash. Just use the same mechanism as NativeFunction in the meantime.