[Webkit-unassigned] [Bug 17902] REGRESSION: Acid3 sometimes crashes in WebCore::RenderObject::setNeedsLayout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 17 21:06:55 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17902





------- Comment #4 from koivisto at iki.fi  2008-03-17 21:06 PDT -------
Are you sure this is a regression? I suspect this might be unrelated to the
other loader crashes. Based on the crash log renderer() just should be null
checked here:

void CSSFontSelector::fontLoaded(CSSSegmentedFontFace*)
{
    if (m_document->inPageCache())
        return;
    m_document->recalcStyle(Document::Force);
    m_document->renderer()->setNeedsLayoutAndPrefWidthsRecalc();
}


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



More information about the webkit-unassigned mailing list