summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLAreaElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLAreaElement.cpp')
-rw-r--r--dom/html/HTMLAreaElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/html/HTMLAreaElement.cpp b/dom/html/HTMLAreaElement.cpp
index 098081b8b..213d4831d 100644
--- a/dom/html/HTMLAreaElement.cpp
+++ b/dom/html/HTMLAreaElement.cpp
@@ -81,9 +81,9 @@ HTMLAreaElement::SetTarget(const nsAString& aValue)
}
nsresult
-HTMLAreaElement::PreHandleEvent(EventChainPreVisitor& aVisitor)
+HTMLAreaElement::GetEventTargetParent(EventChainPreVisitor& aVisitor)
{
- return PreHandleEventForAnchors(aVisitor);
+ return GetEventTargetParentForAnchors(aVisitor);
}
nsresult