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

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

Issue 1171923002: Oilpan: Add NO_LAZY_SWEEP_SANITIZE_ADDRESS to Persistent::uninitialize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | 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 54996df08f687bb05895449023c1c64c6759f56c..0f0ffe7b29c129b4c6d960c00c06f57acf004d45 100644
--- a/Source/platform/heap/Handle.h
+++ b/Source/platform/heap/Handle.h
@@ -304,6 +304,7 @@ private:
m_next->m_prev = this;
}
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS
void uninitialize()
{
ASSERT(isHeapObjectAlive());
@@ -502,6 +503,7 @@ private:
m_next->m_prev = this;
}
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS
void uninitialize()
{
MutexLocker m_locker(ThreadState::globalRootsMutex());
@@ -592,6 +594,7 @@ private:
m_next->m_prev = this;
}
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS
void uninitialize()
{
ASSERT(isHeapObjectAlive());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698