[webkit-reviews] review requested: [Bug 59607] Fix build with libpng-1.5.1 : [Attachment 91286] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 08:31:18 PDT 2011


ojab <ojab at ojab.ru> has asked  for review:
Bug 59607: Fix build with libpng-1.5.1
https://bugs.webkit.org/show_bug.cgi?id=59607

Attachment 91286: patch
https://bugs.webkit.org/attachment.cgi?id=91286&action=review

------- Additional Comments from ojab <ojab at ojab.ru>
In png_get_iCCP, the type of "profile" was changed from png_charpp to
png_bytepp, so change type of profile from char* to unsigned char*.
Don't know if I should " #if (PNG_LIBPNG_VER < 10500) ", let's try without it
first.


More information about the webkit-reviews mailing list