]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecompiler/StaticPropertyAnalysis.h
JavaScriptCore-7600.1.4.11.8.tar.gz
[apple/javascriptcore.git] / bytecompiler / StaticPropertyAnalysis.h
index 78ee17adfe253c03b9328a9378c19e7506e4c8da..293c22414a6210be1ff7e7b1e28fa4f352240000 100644 (file)
@@ -58,7 +58,7 @@ private:
 
     Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>* m_instructions;
     unsigned m_target;
-    typedef HashSet<unsigned, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > PropertyIndexSet;
+    typedef HashSet<unsigned, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned>> PropertyIndexSet;
     PropertyIndexSet m_propertyIndexes;
 };