Files
ladybird/Userland/Libraries/LibWeb/DOM/Window.cpp
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

5.8 KiB