| Index: third_party/WebKit/Source/platform/heap/Heap.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
|
| index 9a6a940fcb780d4c50fdbde798939204ab1aea73..34f7674164b7df711683d375bbf7826730c1074d 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -67,6 +67,7 @@ template<typename T>
|
| class ObjectAliveTrait<T, true> {
|
| STATIC_ONLY(ObjectAliveTrait);
|
| public:
|
| + NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
| static bool isHeapObjectAlive(T* object)
|
| {
|
| static_assert(sizeof(T), "T must be fully defined");
|
|
|