Bug 55327

Summary: Use OwnPtr to handle the memory of RenderBlock::m_floatingObjects and RenderBlock::m_positionedObjects
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: Layout and RenderingAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Benjamin Poulain 2011-02-27 13:02:30 PST
We could use OwnPtr to handle the memory of RenderBlock::m_floatingObjects and RenderBlock::m_positionedObjects, that would make memory management more obvious :)
Comment 1 Benjamin Poulain 2011-02-27 13:07:22 PST
Created attachment 83990 [details]
Patch
Comment 2 Benjamin Poulain 2011-02-27 15:58:50 PST
Comment on attachment 83990 [details]
Patch

Thanks for the review.
Comment 3 WebKit Commit Bot 2011-02-27 17:34:09 PST
Comment on attachment 83990 [details]
Patch

Clearing flags on attachment: 83990

Committed r79834: <http://trac.webkit.org/changeset/79834>
Comment 4 WebKit Commit Bot 2011-02-27 17:34:14 PST
All reviewed patches have been landed.  Closing bug.