Additional fix for Bug 517879

This commit is contained in:
Olli Pettay 2009-10-24 20:20:00 +03:00
parent 8d1c7e6a29
commit ef18da75f3

View File

@ -1440,7 +1440,8 @@ nsEventListenerManager::GetListenerInfo(nsCOMArray<nsIEventListenerInfo>* aList)
jslistener->GetEventTarget(),
ls.mTypeAtom,
const_cast<nsListenerStruct*>(&ls),
mTarget);
mTarget,
PR_TRUE);
}
}
if (ls.mTypeData) {