Bug 141121 - Regression(r179438) Simple line layout: ASSERTION at SimpleLineLayout::FlowContentsIterator::runWidth()
Summary: Regression(r179438) Simple line layout: ASSERTION at SimpleLineLayout::FlowCo...
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: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-31 11:14 PST by zalan
Modified: 2015-01-31 12:30 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.17 KB, patch)
2015-01-31 11:30 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2015-01-31 11:14:09 PST
ASSERT(from < to);
Empty fragment is passed to FlowContentsIterator::runWidth()
Comment 1 zalan 2015-01-31 11:30:04 PST
Created attachment 245788 [details]
Patch
Comment 2 zalan 2015-01-31 11:32:30 PST
(In reply to comment #1)
> Created attachment 245788 [details]
> Patch
I am planning to change splitting logic in a follow-up patch. (that will take care of the thisLine*/nextLine* variable names too.)
Comment 3 WebKit Commit Bot 2015-01-31 12:30:47 PST
Comment on attachment 245788 [details]
Patch

Clearing flags on attachment: 245788

Committed r179444: <http://trac.webkit.org/changeset/179444>
Comment 4 WebKit Commit Bot 2015-01-31 12:30:50 PST
All reviewed patches have been landed.  Closing bug.