[Webkit-unassigned] [Bug 43117] Chromium regression when viewing a plugin document with plugins disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 06:41:12 PDT 2010


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





--- Comment #1 from Bernhard Bauer <bauerb at chromium.org>  2010-07-28 06:41:11 PST ---
The crash is a failed ASSERT(!m_embedElement) in PluginDocumentParser::appendBytes. It seems that this method is called more than once, but it sets m_embedElement, so the assertion fails the second time.

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