| Index: third_party/WebKit/Source/wtf/HashSet.h
|
| diff --git a/third_party/WebKit/Source/wtf/HashSet.h b/third_party/WebKit/Source/wtf/HashSet.h
|
| index c2d68137830791fb489e6c5305d4d7347d6cd70c..afd943b3f2936dd10fa69eb8ace109c58fb32f30 100644
|
| --- a/third_party/WebKit/Source/wtf/HashSet.h
|
| +++ b/third_party/WebKit/Source/wtf/HashSet.h
|
| @@ -42,7 +42,6 @@ private:
|
| typedef HashArg HashFunctions;
|
| typedef TraitsArg ValueTraits;
|
| typedef typename ValueTraits::PeekInType ValuePeekInType;
|
| - typedef typename ValueTraits::PassInType ValuePassInType;
|
|
|
| public:
|
| typedef typename ValueTraits::TraitType ValueType;
|
|
|