| Index: third_party/WebKit/Source/wtf/HashTable.h
|
| diff --git a/third_party/WebKit/Source/wtf/HashTable.h b/third_party/WebKit/Source/wtf/HashTable.h
|
| index 20ab1d1a8f2020ce099666b065df80f2e324e90b..9d6449ac4ae99ca3b05bc7daba4d33076335941d 100644
|
| --- a/third_party/WebKit/Source/wtf/HashTable.h
|
| +++ b/third_party/WebKit/Source/wtf/HashTable.h
|
| @@ -503,8 +503,7 @@ struct HashTableAddResult final {
|
| // Rehash after accessing storedValue is harmless but will assert if the
|
| // AddResult destructor takes place after a modification. You may need
|
| // to limit the scope of the AddResult.
|
| - ASSERT_WITH_SECURITY_IMPLICATION(m_containerModifications ==
|
| - m_container->modifications());
|
| + SECURITY_DCHECK(m_containerModifications == m_container->modifications());
|
| }
|
|
|
| private:
|
|
|