| 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 a1b96bc013b4352635951b34ab8a47f4d793831e..1930eb03f2e42418977c19ce812b90a0ee4d59f9 100644
|
| --- a/third_party/WebKit/Source/wtf/HashTable.h
|
| +++ b/third_party/WebKit/Source/wtf/HashTable.h
|
| @@ -353,11 +353,9 @@ public:
|
| typedef Traits ValueTraits;
|
| typedef Key KeyType;
|
| typedef typename KeyTraits::PeekInType KeyPeekInType;
|
| - typedef typename KeyTraits::PassInType KeyPassInType;
|
| typedef Value ValueType;
|
| typedef Extractor ExtractorType;
|
| typedef KeyTraits KeyTraitsType;
|
| - typedef typename Traits::PassInType ValuePassInType;
|
| typedef IdentityHashTranslator<HashFunctions> IdentityTranslatorType;
|
| typedef HashTableAddResult<HashTable, ValueType> AddResult;
|
|
|
|
|