| Index: Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| diff --git a/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| index 989f369f0b6ec752f3a6723958826e076201aa3d..4a09b1c22e078ebad2e4dd1dd94f95f4527545c6 100644
|
| --- a/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| +++ b/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| @@ -219,7 +219,7 @@ static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorPr
|
| {
|
| #if USE(ICCJPEG)
|
| JOCTET* profile;
|
| - unsigned int profileLength;
|
| + unsigned profileLength;
|
|
|
| if (!read_icc_profile(info, &profile, &profileLength))
|
| return;
|
|
|