[Webkit-unassigned] [Bug 133155] REGRESSION(r167870): Crash in simple line layout code with :after

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 21 13:40:50 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133155





--- Comment #5 from Antti Koivisto <koivisto at iki.fi>  2014-05-21 13:41:12 PST ---
> I don’t think the assertion is strong enough. It’s seems like it’s not OK to get a non-nullptr value if m_lineLayoutPath is UndeterminedPath. But maybe we can’t put the stronger assertion in because we still need to get at m_simpleLineLayout in the time window before we determine whether to use it or not.

You are right. I tightened the assert and now drop the simple line layout on path invalidation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list