RESOLVED FIXED 15475
RenderFlow::paintOutline should use Vector<IntRect> instead of Vector<IntRect*>
https://bugs.webkit.org/show_bug.cgi?id=15475
Summary RenderFlow::paintOutline should use Vector<IntRect> instead of Vector<IntRect*>
Eric Seidel (no email)
Reported 2007-10-12 03:01:15 PDT
RenderFlow::paintOutline should use Vector<IntRect> instead of Vector<IntRect*> This patch just gets rid of some senseless mallocing.
Attachments
simple fix (1.67 KB, patch)
2007-10-12 03:01 PDT, Eric Seidel (no email)
aroben: review+
Eric Seidel (no email)
Comment 1 2007-10-12 03:01:56 PDT
Created attachment 16640 [details] simple fix
Adam Roben (:aroben)
Comment 2 2007-10-12 07:11:42 PDT
Comment on attachment 16640 [details] simple fix r=me
Eric Seidel (no email)
Comment 3 2007-10-14 02:13:11 PDT
Landed on trunk as r26573.
Note You need to log in before you can comment on or make changes to this bug.