diff options
Diffstat (limited to 'Source/JavaScriptCore/profiler/Profile.cpp')
-rw-r--r-- | Source/JavaScriptCore/profiler/Profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/profiler/Profile.cpp b/Source/JavaScriptCore/profiler/Profile.cpp index 49d6de97a..92e32c4ba 100644 --- a/Source/JavaScriptCore/profiler/Profile.cpp +++ b/Source/JavaScriptCore/profiler/Profile.cpp @@ -107,7 +107,7 @@ void Profile::debugPrintData() const m_head->debugPrintData(0); } -typedef pair<StringImpl*, unsigned> NameCountPair; +typedef WTF::KeyValuePair<FunctionCallHashCount::ValueType, unsigned> NameCountPair; static inline bool functionNameCountPairComparator(const NameCountPair& a, const NameCountPair& b) { |