| Index: Source/core/platform/graphics/filters/FEColorMatrix.cpp
 | 
| diff --git a/Source/core/platform/graphics/filters/FEColorMatrix.cpp b/Source/core/platform/graphics/filters/FEColorMatrix.cpp
 | 
| index 166fc23e0c2fe2617ecfed1e44f5686c98640938..5cb6919c8049f51ef6495fbfae1bcef0457d7a2e 100644
 | 
| --- a/Source/core/platform/graphics/filters/FEColorMatrix.cpp
 | 
| +++ b/Source/core/platform/graphics/filters/FEColorMatrix.cpp
 | 
| @@ -155,7 +155,7 @@ void FEColorMatrix::applySoftware()
 | 
|      if (!resultImage)
 | 
|          return;
 | 
|  
 | 
| -    resultImage->context()->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage(in->absolutePaintRect()));
 | 
| +    resultImage->context()->drawImageBuffer(in->asImageBuffer(), drawingRegionOfInputImage(in->absolutePaintRect()));
 | 
|  
 | 
|      IntRect imageRect(IntPoint(), absolutePaintRect().size());
 | 
|      RefPtr<Uint8ClampedArray> pixelArray = resultImage->getUnmultipliedImageData(imageRect);
 | 
| 
 |