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

Benjamin Poulain
Reported 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 :)
Attachments
Patch (6.23 KB, patch)
2011-02-27 13:07 PST, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2011-02-27 13:07:22 PST
Benjamin Poulain
Comment 2 2011-02-27 15:58:50 PST
Comment on attachment 83990 [details] Patch Thanks for the review.
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2011-02-27 17:34:14 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.