X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..refs/heads/master:/bytecompiler/StaticPropertyAnalyzer.h diff --git a/bytecompiler/StaticPropertyAnalyzer.h b/bytecompiler/StaticPropertyAnalyzer.h index dd7f0ab..e63fef8 100644 --- a/bytecompiler/StaticPropertyAnalyzer.h +++ b/bytecompiler/StaticPropertyAnalyzer.h @@ -50,7 +50,7 @@ private: void kill(StaticPropertyAnalysis*); Vector* m_instructions; - typedef HashMap, WTF::IntHash, WTF::UnsignedWithZeroKeyHashTraits > AnalysisMap; + typedef HashMap, WTF::IntHash, WTF::UnsignedWithZeroKeyHashTraits> AnalysisMap; AnalysisMap m_analyses; };