Files
ladybird/Userland/Libraries/LibWeb
Linus Groh 056ffa4abb LibWeb: Call requestAnimationFrame() callback with undefined this value
We were leaking an empty value via the callback's this value:

    requestAnimationFrame(function () {
        this; // <-- empty value
    });
2021-03-26 22:59:47 +01:00
..
2021-03-22 18:40:08 +01:00
2021-02-23 20:56:54 +01:00
2021-03-22 18:40:08 +01:00
2021-01-22 21:49:54 +01:00
2021-02-23 20:56:54 +01:00