| Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp
|
| index 70de78249db332997998e3edd75e1cd5195529e1..300a627ca974e5541511d009d29cd47b1220084c 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp
|
| @@ -306,7 +306,7 @@ qcms_profile* gOutputDeviceProfile = nullptr;
|
| // static
|
| void ImageDecoder::setColorProfileAndTransform(const char* iccData, unsigned iccLength, bool hasAlpha, bool useSRGB)
|
| {
|
| - m_sourceToOutputDeviceColorTransform.clear();
|
| + m_sourceToOutputDeviceColorTransform.reset();
|
|
|
| // Create the input profile
|
| OwnPtr<qcms_profile> inputProfile;
|
|
|