diff options
Diffstat (limited to 'Source/JavaScriptCore/heap/Local.h')
-rw-r--r-- | Source/JavaScriptCore/heap/Local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/heap/Local.h b/Source/JavaScriptCore/heap/Local.h index d23435989..14c4dee26 100644 --- a/Source/JavaScriptCore/heap/Local.h +++ b/Source/JavaScriptCore/heap/Local.h @@ -141,7 +141,7 @@ private: namespace WTF { -template<typename T> struct VectorTraits<JSC::Local<T> > : SimpleClassVectorTraits { +template<typename T> struct VectorTraits<JSC::Local<T>> : SimpleClassVectorTraits { static const bool needsDestruction = false; static const bool canInitializeWithMemset = false; static const bool canCompareWithMemcmp = false; |