Bug 123878

Summary: RenderBlockFlow should only expose its line boxes as RootInlineBox.
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 koivisto: review+

Description Andreas Kling 2013-11-05 23:45:55 PST
have patch, will upload
Comment 1 Andreas Kling 2013-11-05 23:47:15 PST
Created attachment 216142 [details]
Patch
Comment 2 Andreas Kling 2013-11-06 00:02:14 PST
Comment on attachment 216142 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        typed firstRootBox() and firstLastBox().

Eh, lastRootBox(). :(
Comment 3 Andreas Kling 2013-11-06 00:15:22 PST
Committed r158730: <http://trac.webkit.org/changeset/158730>