| Index: Source/platform/heap/Handle.h
|
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
|
| index 10aeace32db59e50b21e725505b4eed274530250..d82130f5cee07688a9386463303fd5c2fe7aa145 100644
|
| --- a/Source/platform/heap/Handle.h
|
| +++ b/Source/platform/heap/Handle.h
|
| @@ -287,6 +287,7 @@ public:
|
| T* get() const { return m_raw; }
|
|
|
| private:
|
| + NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
| void initialize()
|
| {
|
| ThreadState* state = ThreadStateFor<ThreadingTrait<T>::Affinity>::state();
|
| @@ -485,6 +486,7 @@ public:
|
| T* get() const { return m_raw; }
|
|
|
| private:
|
| + NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
| void initialize()
|
| {
|
| MutexLocker m_locker(ThreadState::globalRootsMutex());
|
| @@ -576,6 +578,7 @@ public:
|
| }
|
|
|
| private:
|
| + NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
| void initialize()
|
| {
|
| ThreadState* state = ThreadState::current();
|
|
|