Bug 123857 - Apply more unique_ptr to line box management.
Summary: Apply more unique_ptr to line box management.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 19:41 PST by Andreas Kling
Modified: 2013-11-05 20:45 PST (History)
11 users (show)

See Also:


Attachments
Patch (18.14 KB, patch)
2013-11-05 19:51 PST, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-11-05 19:41:47 PST
We should use unique_ptr to ritualize the ownership of line boxes.
Comment 1 Andreas Kling 2013-11-05 19:51:24 PST
Created attachment 216113 [details]
Patch
Comment 2 Andreas Kling 2013-11-05 20:45:29 PST
Committed r158718: <http://trac.webkit.org/changeset/158718>