Index: Source/wtf/HashTraits.h |
diff --git a/Source/wtf/HashTraits.h b/Source/wtf/HashTraits.h |
index af1fb02bba3a8e9cc9a6a1e5b0dd09b79e8c3197..3f2c675cb557faa2f9f590872bb7dca25cbfb5e3 100644 |
--- a/Source/wtf/HashTraits.h |
+++ b/Source/wtf/HashTraits.h |
@@ -170,7 +170,7 @@ namespace WTF { |
static const bool hasIsEmptyValueFunction = true; |
static bool isEmptyValue(const RefPtr<P>& value) { return !value; } |
- typedef const RefPtr<P>& PeekInType; |
+ typedef RefPtrValuePeeker<P> PeekInType; |
typedef RefPtr<P>* IteratorGetType; |
typedef const RefPtr<P>* IteratorConstGetType; |
typedef RefPtr<P>& IteratorReferenceType; |