LibWeb: Oops, provide the correct WrapperType for UIEvent

This commit is contained in:
Andreas Kling 2020-07-28 19:40:11 +02:00
commit a4eadeb80d
Notes: sideshowbarker 2024-07-19 04:29:37 +09:00
2 changed files with 6 additions and 5 deletions

View file

@ -32,7 +32,7 @@ namespace Web::UIEvents {
class UIEvent : public DOM::Event {
public:
using WrapperType = Bindings::MouseEventWrapper;
using WrapperType = Bindings::UIEventWrapper;
virtual ~UIEvent() override { }