| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index d44c39c32daa7d57547ba208aebe2b50c0593265..1af0dd671c48c29131b05df1cd4df8848da416aa 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -72,13 +72,6 @@ using TraceCallback = VisitorCallback;
|
| using WeakCallback = VisitorCallback;
|
| using EphemeronCallback = VisitorCallback;
|
|
|
| -#if ENABLE(OILPAN)
|
| -#define ENABLE_LAZY_SWEEPING 1
|
| -#else
|
| -// TODO(haraken): Enable lazy sweeping on non-oilpan builds.
|
| -#define ENABLE_LAZY_SWEEPING 0
|
| -#endif
|
| -
|
| // Declare that a class has a pre-finalizer function. The function is called in
|
| // the object's owner thread, and can access Member<>s to other
|
| // garbage-collected objects allocated in the thread. However we must not
|
|
|