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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 10:39:02 PDT 2010


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





--- Comment #6 from Eric Seidel <eric at webkit.org>  2010-08-05 10:39:01 PST ---
That ASSERT predates my touching this code.  It was wrong of me to cause this to be called twice, since that ASSERT was trying to guard against that.

I'm not sure if both calls make sense.

The reason why it's being called twice now is that before "raw" parsers had their own special call which was only made in one place.  Now all parsers get the raw bytes and only DecodedDataDocumentParsers bother to decode the raw bytes.

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