]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecompiler/StaticPropertyAnalyzer.h
JavaScriptCore-7600.1.4.16.1.tar.gz
[apple/javascriptcore.git] / bytecompiler / StaticPropertyAnalyzer.h
index dd7f0ab38a9c9f02b3d6ef4a201b79ba1a4c0d24..e63fef86a107c8e4808fbb0000fd3ed57a838a8e 100644 (file)
@@ -50,7 +50,7 @@ private:
     void kill(StaticPropertyAnalysis*);
 
     Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>* m_instructions;
-    typedef HashMap<int, RefPtr<StaticPropertyAnalysis>, WTF::IntHash<int>, WTF::UnsignedWithZeroKeyHashTraits<int> > AnalysisMap;
+    typedef HashMap<int, RefPtr<StaticPropertyAnalysis>, WTF::IntHash<int>, WTF::UnsignedWithZeroKeyHashTraits<int>> AnalysisMap;
     AnalysisMap m_analyses;
 };