X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..HEAD:/heap/Local.h diff --git a/heap/Local.h b/heap/Local.h index d234359..14c4dee 100644 --- a/heap/Local.h +++ b/heap/Local.h @@ -141,7 +141,7 @@ private: namespace WTF { -template struct VectorTraits > : SimpleClassVectorTraits { +template struct VectorTraits> : SimpleClassVectorTraits { static const bool needsDestruction = false; static const bool canInitializeWithMemset = false; static const bool canCompareWithMemcmp = false;