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

Unified Diff: Source/platform/heap/HeapTest.cpp

Issue 1164643005: Oilpan: Add ENABLE_LAZY_SWEEPING and ENABLE_IDLE_GC to features.gypi (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/platform/heap/HeapTest.cpp
diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp
index 04981c4e09010a2155d59e48b30e1e945ab84ec6..eee464d519e2d2dd3a87c8f01c24a167b6d44d4f 100644
--- a/Source/platform/heap/HeapTest.cpp
+++ b/Source/platform/heap/HeapTest.cpp
@@ -1828,7 +1828,7 @@ TEST(HeapTest, SimpleFinalization)
EXPECT_EQ(1, SimpleFinalizedObject::s_destructorCalls);
}
-#if ENABLE_LAZY_SWEEPING
+#if ENABLE(LAZY_SWEEPING)
TEST(HeapTest, LazySweepingPages)
{
clearOutOldGarbage();

Powered by Google App Engine
This is Rietveld 408576698