diff options
Diffstat (limited to 'dom/indexedDB/IDBFileHandle.cpp')
-rw-r--r-- | dom/indexedDB/IDBFileHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/indexedDB/IDBFileHandle.cpp b/dom/indexedDB/IDBFileHandle.cpp index 8b88e1722a..55dd22ce93 100644 --- a/dom/indexedDB/IDBFileHandle.cpp +++ b/dom/indexedDB/IDBFileHandle.cpp @@ -127,7 +127,7 @@ IDBFileHandle::Run() } nsresult -IDBFileHandle::PreHandleEvent(EventChainPreVisitor& aVisitor) +IDBFileHandle::GetEventTargetParent(EventChainPreVisitor& aVisitor) { AssertIsOnOwningThread(); |