mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #2135 - Bug 1323815: FocusEvent.relatedTarget should work consistently with MouseEvent.relatedTarget
* This incorporates changes from Bug 1413102.
This commit is contained in:
parent
1bb2009f61
commit
1185cfe3f0
7 changed files with 79 additions and 25 deletions
|
|
@ -32,7 +32,7 @@ public:
|
|||
nsPresContext* aPresContext,
|
||||
InternalFocusEvent* aEvent);
|
||||
|
||||
EventTarget* GetRelatedTarget();
|
||||
already_AddRefed<EventTarget> GetRelatedTarget();
|
||||
|
||||
static already_AddRefed<FocusEvent> Constructor(const GlobalObject& aGlobal,
|
||||
const nsAString& aType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue