Bug 55327 - Use OwnPtr to handle the memory of RenderBlock::m_floatingObjects and RenderBlock::m_positionedObjects
Summary: Use OwnPtr to handle the memory of RenderBlock::m_floatingObjects and RenderB...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-27 13:02 PST by Benjamin Poulain
Modified: 2011-02-27 17:34 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.23 KB, patch)
2011-02-27 13:07 PST, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.