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

Unified Diff: Source/platform/heap/Handle.h

Issue 1144933004: Revert of Various ASan exemptions to allow Oilpan pre-sweep poisoning of unmarkeds. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/platform/heap/AddressSanitizer.h ('k') | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/Handle.h
diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
index 8a89eddc3241767981c88e11172f92957bce6a49..1bc62571da3a6f7b98ed952bcb7a3477752ab444 100644
--- a/Source/platform/heap/Handle.h
+++ b/Source/platform/heap/Handle.h
@@ -55,7 +55,6 @@
{
}
- NO_LAZY_SWEEP_SANITIZE_ADDRESS
bool isHeapObjectAlive() { return m_trace; }
virtual ~PersistentNode()
@@ -127,7 +126,6 @@
template<typename RootsAccessor, typename Owner>
class PersistentBase : public PersistentNode {
public:
- NO_LAZY_SWEEP_SANITIZE_ADDRESS
~PersistentBase()
{
typename RootsAccessor::Lock lock;
« no previous file with comments | « Source/platform/heap/AddressSanitizer.h ('k') | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698