Restore broken .detail property on overflow and underflow events. b=291198 Patch from Nate Nielsen <nielsen@memberwebs.com>. +sr+a=dbaron

This commit is contained in:
dbaron%dbaron.org 2005-04-22 02:01:34 +00:00
Родитель 2493c7b733
Коммит 467e336ab7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1673,6 +1673,7 @@ nsEventListenerManager::CreateEvent(nsPresContext* aPresContext,
case NS_COMPOSITION_EVENT:
case NS_RECONVERSION_EVENT:
case NS_QUERYCARETRECT_EVENT:
case NS_SCROLLPORT_EVENT:
return NS_NewDOMUIEvent(aDOMEvent, aPresContext,
NS_STATIC_CAST(nsGUIEvent*,aEvent));
case NS_KEY_EVENT: