diff options
author | Andreas Kling <kling@serenityos.org> | 2023-03-18 16:37:09 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-03-18 16:37:09 +0100 |
commit | 7f632ee6f8e7b97dd1d2d3fffc40236f926cd2a5 (patch) | |
tree | 7135764e1404b54e9c686c0c78824adbcb9b788f /AK/RecursionDecision.h | |
parent | 7d6bab2256f65c74f0328811c2b60be514763665 (diff) | |
download | serenity-7f632ee6f8e7b97dd1d2d3fffc40236f926cd2a5.zip |
LibWeb: Fix bogus callback comparisons in EventTarget
When CallbackType::callback was converted from Object& to NNGCP<Object>,
we started comparing the addresses of NNGCPs instead of the addresses of
Objects.
That broke the Discord login form, and this patch fixes it.
Regression from 7c0c1c8f4969abeec1436346f29081b3afbcdeab.
Diffstat (limited to 'AK/RecursionDecision.h')
0 files changed, 0 insertions, 0 deletions