RESOLVED DUPLICATE of bug 16447 12282
SVG wastes time in malloc to send loadEvents to non-existent listeners
https://bugs.webkit.org/show_bug.cgi?id=12282
Summary SVG wastes time in malloc to send loadEvents to non-existent listeners
Eric Seidel (no email)
Reported 2007-01-15 07:31:22 PST
SVG wastes time in malloc to send loadEvents to non-existent listeners We could optimize out these load events by having an extra bool on SVGElement which told us if any of its kids had a load event listener. Keeping that bool up to date might be troublesome however.
Attachments
Eric Seidel (no email)
Comment 1 2008-04-28 09:28:49 PDT
*** This bug has been marked as a duplicate of 16447 ***
Note You need to log in before you can comment on or make changes to this bug.