[Webkit-unassigned] [Bug 85266] ASSERTION FAILED: m_purgePreventCount when clicking text with emphasis marks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 00:46:36 PDT 2012


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





--- Comment #4 from Koji Ishii <kojiishi at gmail.com>  2012-05-02 00:46:35 PST ---
(In reply to comment #3)
> We do not want assertions to fire in debug builds. Either this assertion tells us that there is a bug (with symptoms in release builds) that needs to be fixed, or the assertion is incorrect, and needs to be corrected or removed.

Thank you Alexey for the advice. I then think this fix is correct. The current code doesn't look to do anything harmful, but it has possible access violations if someone adds calls to purgeInactiveFontData(), or the way FontCache purges its cache changes.

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