| Index: Source/platform/graphics/ImageFrameGeneratorTest.cpp
 | 
| diff --git a/Source/platform/graphics/ImageFrameGeneratorTest.cpp b/Source/platform/graphics/ImageFrameGeneratorTest.cpp
 | 
| index 2205b6f9dc861780b25c05db463c60c689e69663..d84bef930870ce072fd1f3fc3aa83471db35d039 100644
 | 
| --- a/Source/platform/graphics/ImageFrameGeneratorTest.cpp
 | 
| +++ b/Source/platform/graphics/ImageFrameGeneratorTest.cpp
 | 
| @@ -58,7 +58,6 @@ public:
 | 
|      virtual void SetUp() OVERRIDE
 | 
|      {
 | 
|          ImageDecodingStore::instance()->setCacheLimitInBytes(1024 * 1024);
 | 
| -        ImageDecodingStore::instance()->setImageCachingEnabled(true);
 | 
|          m_data = SharedBuffer::create();
 | 
|          m_generator = ImageFrameGenerator::create(fullSize(), m_data, false);
 | 
|          useMockImageDecoderFactory();
 | 
| 
 |