$OpenBSD: patch-third_party_WebKit_Source_WebCore_platform_image-decoders_png_PNGImageDecoder_cpp,v 1.1 2011/07/08 20:38:02 naddy Exp $
--- third_party/WebKit/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp.orig	Mon Jul  4 19:52:29 2011
+++ third_party/WebKit/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp	Mon Jul  4 19:56:15 2011
@@ -226,7 +226,7 @@ static ColorProfile readColorProfile(png_structp png, 
 #ifdef PNG_iCCP_SUPPORTED
     char* profileName;
     int compressionType;
-    char* profile;
+    png_byte* profile;
     png_uint_32 profileLength;
     if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) {
         ColorProfile colorProfile;
