Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1062)

Unified Diff: Source/core/frame/ImageBitmapTest.cpp

Issue 1124153003: [Oilpan] [Reland] Migrate classes under core/fetch to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698