diff options
Diffstat (limited to 'dom/base/Attr.cpp')
-rw-r--r-- | dom/base/Attr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/Attr.cpp b/dom/base/Attr.cpp index 71b559392b..df05ef5cb6 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; |