Bug 123878 - RenderBlockFlow should only expose its line boxes as RootInlineBox.
Summary: RenderBlockFlow should only expose its line boxes as RootInlineBox.
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 23:45 PST by Andreas Kling
Modified: 2013-11-06 00:15 PST (History)
11 users (show)

See Also:


Attachments
Patch (10.41 KB, patch)
2013-11-05 23:47 PST, Andreas Kling
koivisto: 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 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>