<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Sporadic crash in HashTableAddResult following CSSValuePool::createFontFamilyValue"
href="https://bugs.webkit.org/show_bug.cgi?id=158297#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Sporadic crash in HashTableAddResult following CSSValuePool::createFontFamilyValue"
href="https://bugs.webkit.org/show_bug.cgi?id=158297">bug 158297</a>
from <span class="vcard"><a class="email" href="mailto:mmaxfield@apple.com" title="Myles C. Maxfield <mmaxfield@apple.com>"> <span class="fn">Myles C. Maxfield</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>