| Index: third_party/WebKit/Source/platform/wtf/HashTable.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/HashTable.h b/third_party/WebKit/Source/platform/wtf/HashTable.h
|
| index c791988d7a59091da83d4496eb00394591ec7f81..0907c7420f897798365749fadea97240eb6041d2 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/HashTable.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/HashTable.h
|
| @@ -1666,6 +1666,7 @@ HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::
|
| Mover<ValueType, Allocator,
|
| Traits::template NeedsToForbidGCOnMove<>::value>::
|
| Move(std::move(table_[i]), temporary_table[i]);
|
| + table_[i].~ValueType();
|
| }
|
| }
|
| table_ = temporary_table;
|
|
|