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

Unified Diff: Source/wtf/Platform.h

Issue 16379004: Android should be able to discard CachedResources (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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
« no previous file with comments | « Source/core/platform/mac/PurgeableBufferMac.cpp ('k') | Source/wtf/VMTags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Platform.h
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h
index 29b0e205f3094433760a056b5c5e9d17803c1611..e96739c0cb520713ed3e4a1f2425da19f4706836 100644
--- a/Source/wtf/Platform.h
+++ b/Source/wtf/Platform.h
@@ -133,10 +133,6 @@
#define WTF_USE_SYSTEM_MALLOC 1
#endif /* OS(DARWIN) */
-#if OS(DARWIN)
-#define ENABLE_PURGEABLE_MEMORY 1
-#endif /* OS(DARWIN) */
-
#if !defined(HAVE_ACCESSIBILITY)
#if !OS(ANDROID)
#define HAVE_ACCESSIBILITY 1
« no previous file with comments | « Source/core/platform/mac/PurgeableBufferMac.cpp ('k') | Source/wtf/VMTags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698