Give events created with createEvent a time-of-creation timestamp. Bug 116088,

r+sr=jst
This commit is contained in:
bzbarsky%mit.edu 2004-02-19 22:10:23 +00:00
Родитель 8d174157ce
Коммит e9b72cc305
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1637,6 +1637,7 @@ nsDOMEvent::AllocateEvent(const nsAString& aEventType)
else {
mEvent = new nsEvent();
}
mEvent->time = PR_Now();
}
nsresult