Bug 15475

Summary: RenderFlow::paintOutline should use Vector<IntRect> instead of Vector<IntRect*>
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
simple fix aroben: review+

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.