Bug 123857

Summary: Apply more unique_ptr to line box management.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kling, koivisto, kondapallykalyan, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>