| Index: Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| diff --git a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| index 9e01533b05bdbfe00586cb94072846e753274cd4..8dbdb5072f2988d6dfc88cf1fe2235770d7884c8 100644
|
| --- a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| +++ b/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| @@ -214,6 +214,7 @@ static ImageOrientation readImageOrientation(jpeg_decompress_struct* info)
|
| return ImageOrientation();
|
| }
|
|
|
| +#if USE(QCMSLIB)
|
| static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorProfile)
|
| {
|
| #if USE(ICCJPEG)
|
| @@ -242,6 +243,7 @@ static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorPr
|
| UNUSED_PARAM(colorProfile);
|
| #endif
|
| }
|
| +#endif
|
|
|
| class JPEGImageReader {
|
| WTF_MAKE_FAST_ALLOCATED;
|
|
|