| Index: third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| diff --git a/third_party/WebKit/Source/wtf/LinkedHashSet.h b/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| index 0289cdb6e5d84338a2b14ca60d1d675a1db660b5..65f5100a8f133fa66fb81d123c1a0c710d546375 100644
|
| --- a/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| +++ b/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| @@ -66,7 +66,7 @@ class LinkedHashSetNodeBase {
|
| public:
|
| LinkedHashSetNodeBase() : m_prev(this), m_next(this) {}
|
|
|
| - NO_LAZY_SWEEP_SANITIZE_ADDRESS
|
| + NO_SANITIZE_ADDRESS
|
| void unlink() {
|
| if (!m_next)
|
| return;
|
|
|