mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #2515 - Remove mForceContentDispatch and mNoContentDispatch
This commit is contained in:
parent
2d4a8d7959
commit
7e3f0d53a2
10 changed files with 3 additions and 68 deletions
|
|
@ -182,7 +182,6 @@ nsresult
|
|||
nsWindowRoot::GetEventTargetParent(EventChainPreVisitor& aVisitor)
|
||||
{
|
||||
aVisitor.mCanHandle = true;
|
||||
aVisitor.mForceContentDispatch = true; //FIXME! Bug 329119
|
||||
// To keep mWindow alive
|
||||
aVisitor.mItemData = static_cast<nsISupports *>(mWindow);
|
||||
aVisitor.SetParentTarget(mParent, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue