Index: Source/core/frame/ImageBitmapTest.cpp |
diff --git a/Source/core/frame/ImageBitmapTest.cpp b/Source/core/frame/ImageBitmapTest.cpp |
index 34bd4ebee16417832bbf2cdaf56dc03f04a625a4..fa4e73a6f3f271d954961e16ecc1fde08eb6e521 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 |