[Webkit-unassigned] [Bug 57756] chrome.dll!WebCore::RenderStyle::fontMetrics ReadAV at NULL (two crashes)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 19:04:29 PDT 2011


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





--- Comment #10 from Julien Chaffraix <jchaffraix at webkit.org>  2011-06-08 19:04:28 PST ---
> Why not let Font class create m_fontList lazily?

I think that's what Font::update is about. My understanding is that we don't want to allocate m_fontList unless we really need it. Also lazy allocation would have a cost on font handling.

> This fix looks fragile for me...

I don't deny that this is fragile and I don't mind refactoring the code (now or later) to make the code less fragile if that's what people prefer.

-- 
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