diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecompiler/StaticPropertyAnalyzer.h')
-rw-r--r-- | Source/JavaScriptCore/bytecompiler/StaticPropertyAnalyzer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/bytecompiler/StaticPropertyAnalyzer.h b/Source/JavaScriptCore/bytecompiler/StaticPropertyAnalyzer.h index dd7f0ab38..e63fef86a 100644 --- a/Source/JavaScriptCore/bytecompiler/StaticPropertyAnalyzer.h +++ b/Source/JavaScriptCore/bytecompiler/StaticPropertyAnalyzer.h @@ -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; }; |