Index: Source/core/platform/graphics/WidthCache.h |
diff --git a/Source/core/platform/graphics/WidthCache.h b/Source/core/platform/graphics/WidthCache.h |
index a621e9d7af193fac20b722be7d3aed66551b56ca..4cedd2d0245882a401dad80bdde3dd40bf81af22 100644 |
--- a/Source/core/platform/graphics/WidthCache.h |
+++ b/Source/core/platform/graphics/WidthCache.h |
@@ -107,7 +107,7 @@ private: |
static const bool hasIsEmptyValueFunction = true; |
static bool isEmptyValue(const SmallStringKey& key) { return key.isHashTableEmptyValue(); } |
static const bool needsDestruction = false; |
- static const int minimumTableSize = 16; |
+ static const unsigned minimumTableSize = 16; |
}; |
friend bool operator==(const SmallStringKey&, const SmallStringKey&); |