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

Unified Diff: Source/modules/imagebitmap/ImageBitmapModuleTest.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: Work for comment 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/modules/imagebitmap/ImageBitmapModuleTest.cpp
diff --git a/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp b/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp
index b2adf1ae6e0b1e1374b29696753f350e3f9ff17e..325fdddc99227377a3d916d4fbdeb988296c3580 100644
--- a/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp
+++ b/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp
@@ -33,7 +33,7 @@ protected:
replaceMemoryCacheForTesting(m_globalMemoryCache.release());
}
- OwnPtrWillBePersistent<MemoryCache> m_globalMemoryCache;
+ Persistent<MemoryCache> m_globalMemoryCache;
};
// Verifies that ImageBitmaps constructed from ImageBitmaps hold onto their own Image.
« Source/core/fetch/Resource.h ('K') | « Source/core/loader/FrameFetchContextTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698