]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - heap/Local.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / heap / Local.h
index d23435989c393759cedbb245f3ded632217c6e34..14c4dee260246a80921a99be22754ce30f07d57d 100644 (file)
@@ -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;