| Index: Source/wtf/AddressSanitizer.h
|
| diff --git a/Source/wtf/AddressSanitizer.h b/Source/wtf/AddressSanitizer.h
|
| index 0427b638db700f8762816d6630ed7564227e4840..bd333708278af859bfb221b16771889faa107a9e 100644
|
| --- a/Source/wtf/AddressSanitizer.h
|
| +++ b/Source/wtf/AddressSanitizer.h
|
| @@ -28,9 +28,7 @@
|
| // handles all the code without falling back to CL.
|
| #if defined(ADDRESS_SANITIZER) && (!OS(WIN) || COMPILER(CLANG))
|
| #define NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
|
| -#if ENABLE(OILPAN)
|
| -// TODO(Oilpan): a temporary annotation while lazy sweeping is phased in.
|
| -// Remove the ENABLE(OILPAN) condition when lazy sweeping is globally enabled.
|
| +#if ENABLE(LAZY_SWEEPING)
|
| #define NO_LAZY_SWEEP_SANITIZE_ADDRESS NO_SANITIZE_ADDRESS
|
| #else
|
| #define NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
|
|