Bug 15475 - RenderFlow::paintOutline should use Vector<IntRect> instead of Vector<IntRect*>
Summary: RenderFlow::paintOutline should use Vector<IntRect> instead of Vector<IntRect*>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-12 03:01 PDT by Eric Seidel (no email)
Modified: 2007-10-14 02:13 PDT (History)
0 users

See Also:


Attachments
simple fix (1.67 KB, patch)
2007-10-12 03:01 PDT, Eric Seidel (no email)
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 2007-10-12 03:01:56 PDT
Created attachment 16640 [details]
simple fix
Comment 2 Adam Roben (:aroben) 2007-10-12 07:11:42 PDT
Comment on attachment 16640 [details]
simple fix

r=me
Comment 3 Eric Seidel (no email) 2007-10-14 02:13:11 PDT
Landed on trunk as r26573.