| Index: Source/core/frame/ImageBitmapTest.cpp
|
| diff --git a/Source/core/frame/ImageBitmapTest.cpp b/Source/core/frame/ImageBitmapTest.cpp
|
| index a68d37b15b5fd2c7abbcd7635e020d46dd4a829f..304df63088b96f5af606292c4fed8b179515b2f2 100644
|
| --- a/Source/core/frame/ImageBitmapTest.cpp
|
| +++ b/Source/core/frame/ImageBitmapTest.cpp
|
| @@ -76,7 +76,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
|
|
|