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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 16:11:42 PDT 2011


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





--- Comment #4 from Julien Chaffraix <jchaffraix at webkit.org>  2011-05-10 16:11:42 PST ---
Created an attachment (id=93034)
 --> (https://bugs.webkit.org/attachment.cgi?id=93034&action=review)
tentative fix

I had a look at this bug yesterday and I came to the same conclusion.

In one of the branch inside styleForElement, the new RenderStyle does not inherits its FontFallbackList from its parents and thus it never gets created. Attached is the fix I came with (I am not marking it for review as I would also like to hear from dhyatt), feel free to re-use the test cases if this is not the right way.

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