mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-10 21:29:04 +00:00
We were leaking an empty value via the callback's this value:
requestAnimationFrame(function () {
this; // <-- empty value
});