X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..40a37d088818fc2fbeba2ef850dbcaaf294befbf:/heap/Strong.h diff --git a/heap/Strong.h b/heap/Strong.h index e00e920..27ab5d3 100644 --- a/heap/Strong.h +++ b/heap/Strong.h @@ -148,11 +148,11 @@ template inline void swap(Strong& a, Strong& b) namespace WTF { -template struct VectorTraits > : SimpleClassVectorTraits { +template struct VectorTraits> : SimpleClassVectorTraits { static const bool canCompareWithMemcmp = false; }; -template struct HashTraits > : SimpleClassHashTraits > { }; +template struct HashTraits> : SimpleClassHashTraits> { }; }