RESOLVED FIXED 55327
Use OwnPtr to handle the memory of RenderBlock::m_floatingObjects and RenderBlock::m_positionedObjects
https://bugs.webkit.org/show_bug.cgi?id=55327
Summary Use OwnPtr to handle the memory of RenderBlock::m_floatingObjects and RenderB...
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.