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..433aa1bf3ed90d17cdf8ee5bca347e65d63c4ba0 100644 |
--- a/third_party/WebKit/Source/wtf/LinkedHashSet.h |
+++ b/third_party/WebKit/Source/wtf/LinkedHashSet.h |
@@ -66,7 +66,6 @@ class LinkedHashSetNodeBase { |
public: |
LinkedHashSetNodeBase() : m_prev(this), m_next(this) {} |
- NO_LAZY_SWEEP_SANITIZE_ADDRESS |
void unlink() { |
if (!m_next) |
return; |