Index: Source/wtf/HashMapTest.cpp |
diff --git a/Source/wtf/HashMapTest.cpp b/Source/wtf/HashMapTest.cpp |
index fbc214d13d1d70ebacf6ad3c8d71108fdd4de8d4..61151ba797e1b646be0f9245d4cf818c3c38c9ab 100644 |
--- a/Source/wtf/HashMapTest.cpp |
+++ b/Source/wtf/HashMapTest.cpp |
@@ -55,7 +55,7 @@ TEST(WTF, HashTableIteratorComparison) |
} |
struct TestDoubleHashTraits : HashTraits<double> { |
- static const int minimumTableSize = 8; |
+ static const unsigned minimumTableSize = 8; |
}; |
typedef HashMap<double, int64_t, DefaultHash<double>::Hash, TestDoubleHashTraits> DoubleHashMap; |