| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index 533fc3ebb40222234b360bbae9db214d689fadbf..8e8f6a549d64e392ce414d5b826834c89fda597e 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -827,6 +827,7 @@ public:
|
| // to be in; willObjectBeLazilySwept() has undefined behavior if passed
|
| // such a reference.
|
| template<typename T>
|
| + NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
| static bool willObjectBeLazilySwept(const T* objectPointer)
|
| {
|
| static_assert(IsGarbageCollectedType<T>::value, "only objects deriving from GarbageCollected can be used.");
|
|
|