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

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: Fix webkit_tests Created 5 years, 6 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 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

Powered by Google App Engine
This is Rietveld 408576698