[Webkit-unassigned] [Bug 70421] V8 bindings: event listener can be garbage collected, causing events loss

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 09:14:28 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=70421





--- Comment #19 from Eugene Nalimov <enal at google.com>  2011-11-15 09:14:26 PST ---
Addressed concerns:
* Replaced 'struct' by 'class', split lines between 'template' and 'class'
* Added UNUSED_PARAM() to the traits functions that not use that parameter
* Speed up test; not it runs in 1.9 seconds and is 5th longest test in LayoutTests/media, practically on par with 6th tests
* Call gc() in test instead of forcing GC by creating lot of objects.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list