| Index: Source/core/frame/ImageBitmapTest.cpp
 | 
| diff --git a/Source/core/frame/ImageBitmapTest.cpp b/Source/core/frame/ImageBitmapTest.cpp
 | 
| index f8ba249003313ea648a73e2487e7022f0714578f..8adae2de6e223b1f5680359d6447c8bac3680357 100644
 | 
| --- a/Source/core/frame/ImageBitmapTest.cpp
 | 
| +++ b/Source/core/frame/ImageBitmapTest.cpp
 | 
| @@ -74,7 +74,7 @@ protected:
 | 
|      }
 | 
|  
 | 
|      SkBitmap m_bitmap, m_bitmap2;
 | 
| -    OwnPtrWillBePersistent<MemoryCache> m_globalMemoryCache;
 | 
| +    Persistent<MemoryCache> m_globalMemoryCache;
 | 
|  };
 | 
|  
 | 
|  // Verifies that the image resource held by an ImageBitmap is the same as the
 | 
| 
 |