Index: chrome/browser/memory_purger.cc |
=================================================================== |
--- chrome/browser/memory_purger.cc (revision 33615) |
+++ chrome/browser/memory_purger.cc (working copy) |
@@ -128,7 +128,7 @@ |
// * Purge AppCache memory. Not yet implemented sufficiently. |
// * Browser-side DatabaseTracker. Not implemented sufficiently. |
-#if defined(OS_WIN) |
+#if defined(OS_WIN) && defined(USE_TCMALLOC) |
// Tell tcmalloc to release any free pages it's still holding. |
// |
// TODO(pkasting): A lot of the above calls kick off actions on other threads. |