summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLFieldSetElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLFieldSetElement.h')
-rw-r--r--dom/html/HTMLFieldSetElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/html/HTMLFieldSetElement.h b/dom/html/HTMLFieldSetElement.h
index 96fff4582..1e9f0214f 100644
--- a/dom/html/HTMLFieldSetElement.h
+++ b/dom/html/HTMLFieldSetElement.h
@@ -40,7 +40,8 @@ public:
NS_DECL_NSIDOMHTMLFIELDSETELEMENT
// nsIContent
- virtual nsresult PreHandleEvent(EventChainPreVisitor& aVisitor) override;
+ virtual nsresult GetEventTargetParent(
+ EventChainPreVisitor& aVisitor) override;
virtual nsresult AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
const nsAttrValue* aValue, bool aNotify) override;