зеркало из https://github.com/mozilla/gecko-dev.git
Give events created with createEvent a time-of-creation timestamp. Bug 116088,
r+sr=jst
This commit is contained in:
Родитель
8d174157ce
Коммит
e9b72cc305
|
@ -1637,6 +1637,7 @@ nsDOMEvent::AllocateEvent(const nsAString& aEventType)
|
|||
else {
|
||||
mEvent = new nsEvent();
|
||||
}
|
||||
mEvent->time = PR_Now();
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче