Bug 132069

Summary: [New Multicolumn] Crasher when clearing out a flow thread in multicolumn layout.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Dave Hyatt 2014-04-23 11:14:35 PDT
We need to delete the line box tree to stop the crashes.
Comment 1 Dave Hyatt 2014-04-23 11:38:04 PDT
Created attachment 229998 [details]
Patch
Comment 2 Dean Jackson 2014-04-23 11:48:38 PDT
Comment on attachment 229998 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=229998&action=review

> Source/WebCore/ChangeLog:8
> +        This is imported from a patch Morten did for Blink, but I had to change it a fair

We typically link to the Blink commit id.
Comment 3 Dave Hyatt 2014-04-23 11:56:12 PDT
Landed in r167718.