summaryrefslogtreecommitdiffstats
path: root/dom/html/nsIFormControl.h
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2020-05-21 01:31:48 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-23 16:12:59 +0200
commita3124c55a13fba4877e0eaa7a6b31f17832b6ce1 (patch)
treeed44abb0edc3aa974e7bb933da244409c985ced5 /dom/html/nsIFormControl.h
parentc4ed56660230a124fa3457cd5f789e78a3188515 (diff)
downloadUXP-a3124c55a13fba4877e0eaa7a6b31f17832b6ce1.tar
UXP-a3124c55a13fba4877e0eaa7a6b31f17832b6ce1.tar.gz
UXP-a3124c55a13fba4877e0eaa7a6b31f17832b6ce1.tar.lz
UXP-a3124c55a13fba4877e0eaa7a6b31f17832b6ce1.tar.xz
UXP-a3124c55a13fba4877e0eaa7a6b31f17832b6ce1.zip
Issue #1557 - Allow event dispatch on disabled form controls. (uplift)
Diffstat (limited to 'dom/html/nsIFormControl.h')
-rw-r--r--dom/html/nsIFormControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/nsIFormControl.h b/dom/html/nsIFormControl.h
index 34380bc67..22f1d08b3 100644
--- a/dom/html/nsIFormControl.h
+++ b/dom/html/nsIFormControl.h
@@ -207,7 +207,7 @@ public:
*/
inline bool AllowDraggableChildren() const;
- virtual bool IsDisabledForEvents(mozilla::EventMessage aMessage)
+ virtual bool IsDisabledForEvents(mozilla::WidgetEvent* aEvent)
{
return false;
}