summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLLinkElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLLinkElement.h')
-rw-r--r--dom/html/HTMLLinkElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/html/HTMLLinkElement.h b/dom/html/HTMLLinkElement.h
index 421b149e9..1fa154f41 100644
--- a/dom/html/HTMLLinkElement.h
+++ b/dom/html/HTMLLinkElement.h
@@ -46,7 +46,8 @@ public:
void UpdateImport();
// nsIDOMEventTarget
- virtual nsresult PreHandleEvent(EventChainPreVisitor& aVisitor) override;
+ virtual nsresult GetEventTargetParent(
+ EventChainPreVisitor& aVisitor) override;
virtual nsresult PostHandleEvent(
EventChainPostVisitor& aVisitor) override;