1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

LibWeb: Oops, provide the correct WrapperType for UIEvent

This commit is contained in:
Andreas Kling 2020-07-28 19:40:11 +02:00
parent c95a1fe3a3
commit a4eadeb80d
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 { }