Index: Source/wtf/text/WTFString.h |
diff --git a/Source/wtf/text/WTFString.h b/Source/wtf/text/WTFString.h |
index e9684d2d3c65cdb5046d766032717101c162b6eb..7e2c31926cca331fafa06fe8e8c7f0294d03b82b 100644 |
--- a/Source/wtf/text/WTFString.h |
+++ b/Source/wtf/text/WTFString.h |
@@ -682,7 +682,9 @@ template<> struct DefaultHash<String> { |
typedef StringHash Hash; |
}; |
-template <> struct VectorTraits<String> : SimpleClassVectorTraits { }; |
+template <> struct VectorTraits<String> : SimpleClassVectorTraits { |
+ static const bool canCompareWithMemcmp = false; |
+}; |
// Shared global empty string. |
WTF_EXPORT const String& emptyString(); |