Index: third_party/WebKit/Source/platform/heap/HeapCompact.h |
diff --git a/third_party/WebKit/Source/platform/heap/HeapCompact.h b/third_party/WebKit/Source/platform/heap/HeapCompact.h |
index e24c493742ea524cf0c902bc49fcab8a028ff457..c39cec011c9c38f6242aecee6b83848d7298e5e1 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapCompact.h |
+++ b/third_party/WebKit/Source/platform/heap/HeapCompact.h |
@@ -18,7 +18,7 @@ |
// Compaction-specific debug switches: |
// Set to 0 to prevent compaction GCs, disabling the heap compaction feature. |
-#define ENABLE_HEAP_COMPACTION 0 |
+#define ENABLE_HEAP_COMPACTION 1 |
// Emit debug info during compaction. |
#define DEBUG_HEAP_COMPACTION 0 |