| 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 d7b4404250c2546f391386a0f5d707871b5acba9..069c16a0c2cc08cf1fbd4d95f6d908e231b653d7 100644
|
| --- a/third_party/WebKit/Source/wtf/HashTable.h
|
| +++ b/third_party/WebKit/Source/wtf/HashTable.h
|
| @@ -2090,7 +2090,7 @@ void HashTable<Key,
|
| // registerWeakMembers is called multiple times (in rare
|
| // cases). However, it shouldn't cause any issue.
|
| Allocator::registerWeakMembers(
|
| - visitor, this, m_table,
|
| + visitor, this,
|
| WeakProcessingHashTableHelper<Traits::weakHandlingFlag, Key, Value,
|
| Extractor, HashFunctions, Traits,
|
| KeyTraits, Allocator>::process);
|
|
|