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

Unified Diff: Source/wtf/AddressSanitizer.h

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
« Source/build/features.gypi ('K') | « Source/platform/heap/ThreadState.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« Source/build/features.gypi ('K') | « Source/platform/heap/ThreadState.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698