RESOLVED FIXED 21750
Eliminate the notion of "temporary events"
https://bugs.webkit.org/show_bug.cgi?id=21750
Summary Eliminate the notion of "temporary events"
Alexey Proskuryakov
Reported 2008-10-20 06:52:53 PDT
We mark some events as temporary when dispatching, for the sole reason of manually calling forgetDOMObject when done dispatching. There doesn't seem to be any reason to call it manually, as JSEvent destructor will do this automatically right away. Patch forthcoming. Please let me know why I'm wrong :-)
Attachments
proposed patch (33.10 KB, patch)
2008-10-20 06:56 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2008-10-20 06:56:56 PDT
Created attachment 24521 [details] proposed patch
Darin Adler
Comment 2 2008-10-20 08:02:31 PDT
Comment on attachment 24521 [details] proposed patch r=me
Alexey Proskuryakov
Comment 3 2008-10-20 08:15:01 PDT
Committed revision 37718 and 37719.
Note You need to log in before you can comment on or make changes to this bug.