| Index: third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/PersistentNode.h b/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| index 15c54c336bfe3dceb922ae2ca7b49589e98769c6..ff37d5d743378bf64e7c0f8820cea7475f87b727 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| +++ b/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| @@ -218,7 +218,7 @@ class CrossThreadPersistentRegion final {
|
|
|
| void prepareForThreadStateTermination(ThreadState*);
|
|
|
| - NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
| + NO_SANITIZE_ADDRESS
|
| static bool shouldTracePersistentNode(Visitor*, PersistentNode*);
|
|
|
| private:
|
|
|