Issue #2515 - Remove mForceContentDispatch and mNoContentDispatch

This commit is contained in:
Moonchild 2024-07-25 15:33:07 +02:00 committed by roytam1
commit 7e3f0d53a2
10 changed files with 3 additions and 68 deletions

View file

@ -4683,7 +4683,6 @@ EventStateManager::InitAndDispatchClickEvent(WidgetMouseEvent* aMouseUpEvent,
event.mTime = aMouseUpEvent->mTime;
event.mTimeStamp = aMouseUpEvent->mTimeStamp;
event.mFlags.mOnlyChromeDispatch = aNoContentDispatch;
event.mFlags.mNoContentDispatch = aNoContentDispatch;
event.button = aMouseUpEvent->button;
event.inputSource = aMouseUpEvent->inputSource;