diff options
author | Linus Groh <mail@linusgroh.de> | 2021-03-26 19:35:54 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-26 22:59:47 +0100 |
commit | 056ffa4abb1480830b9887d1a73b6fdbc87747eb (patch) | |
tree | 6a020fa7b2018a6d26c6794227f47dde651479cb /AK/Tests | |
parent | 49a062f81d8e943e64a142f3f1f0fe955ebcf470 (diff) | |
download | serenity-056ffa4abb1480830b9887d1a73b6fdbc87747eb.zip |
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
});
Diffstat (limited to 'AK/Tests')
0 files changed, 0 insertions, 0 deletions