summaryrefslogtreecommitdiffstats
path: root/dom/base/Attr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/Attr.cpp')
-rw-r--r--dom/base/Attr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/Attr.cpp b/dom/base/Attr.cpp
index 71b559392..df05ef5cb 100644
--- a/dom/base/Attr.cpp
+++ b/dom/base/Attr.cpp
@@ -344,7 +344,7 @@ Attr::RemoveChildAt(uint32_t aIndex, bool aNotify)
}
nsresult
-Attr::PreHandleEvent(EventChainPreVisitor& aVisitor)
+Attr::GetEventTargetParent(EventChainPreVisitor& aVisitor)
{
aVisitor.mCanHandle = true;
return NS_OK;