[Webkit-unassigned] [Bug 26291] [Qt] build break in ImageDecoderQt.cpp.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 11 10:15:24 PDT 2009


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





------- Comment #4 from pkasting at google.com  2009-06-11 10:15 PDT -------
Drive-by, since I wrote the new ImageDecoder.h code:

Remove the setSize(-1, -1) call from reset().  You can't have the size become
_less_ available on receiving _more_ data; either the size was not yet set and
remains unset, or it was already set and can remain set.

Remove "m_sizeAvailable = false;" from ImageDecoder.h.  This is inappropriate.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list