[Webkit-unassigned] [Bug 158297] Sporadic crash in HashTableAddResult following CSSValuePool::createFontFamilyValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 18:01:35 PDT 2016


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

--- Comment #7 from Myles C. Maxfield <mmaxfield at apple.com> ---
The family name in the FontCascadeDescription is never getting set. Therefore, it is staying with its default construction, which is nullptr.

This means that none of FontCascadeDescription::setOneFamily(), FontCascadeDescription::setFamilies(Vector), nor FontCascadeDescription::setFamilies(RefCountedArray) is being run on the relevant object.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160615/86f4bfd0/attachment-0001.html>


More information about the webkit-unassigned mailing list