| Index: third_party/WebKit/Source/platform/heap/Persistent.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Persistent.h b/third_party/WebKit/Source/platform/heap/Persistent.h
|
| index 1ad18d1e3e628f1e2cc629298ff3ae7d38ca56fc..cf48b4999cb220e2d1de7bad996087414fd7474d 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Persistent.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Persistent.h
|
| @@ -157,6 +157,7 @@ public:
|
| }
|
|
|
| protected:
|
| + NO_SANITIZE_ADDRESS
|
| T* atomicGet() { return reinterpret_cast<T*>(acquireLoad(reinterpret_cast<void* volatile*>(&m_raw))); }
|
|
|
| private:
|
|
|