| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index 5adf673a74ea2beca6c6a62bfc665aa573c0d46b..12e40a33d76ded590c7b6f2aa6bc4e7fe8129e66 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -1144,7 +1144,7 @@ T* adoptRefCountedGarbageCollected(T* ptr)
|
| // ignore a particular class or field when checking for proper usage. When using
|
| // GC_PLUGIN_IGNORE a bug-number should be provided as an argument where the
|
| // bug describes what needs to happen to remove the GC_PLUGIN_IGNORE again.
|
| -#if COMPILER(CLANG) && !defined(ADDRESS_SANITIZER)
|
| +#if COMPILER(CLANG)
|
| #define STACK_ALLOCATED() \
|
| private: \
|
| __attribute__((annotate("blink_stack_allocated"))) \
|
|
|