[Webkit-unassigned] [Bug 158297] Sporadic crash in HashTableAddResult following CSSValuePool::createFontFamilyValue
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 16 00:17:26 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158297
--- Comment #9 from Myles C. Maxfield <mmaxfield at apple.com> ---
This is because of the following code in TreeResolver::styleForElement():
if (!m_document.haveStylesheetsLoaded() && !element.renderer()) {
m_document.setHasNodesWithPlaceholderStyle();
return RenderStyle::clonePtr(*placeholderStyle);
}
This placeholder style does not have its font family set.
--
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/20160616/5d0cabea/attachment.html>
More information about the webkit-unassigned
mailing list