X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..refs/heads/master:/tools/ProfileTreeNode.h?ds=inline diff --git a/tools/ProfileTreeNode.h b/tools/ProfileTreeNode.h index 4daa7df..88d57f3 100644 --- a/tools/ProfileTreeNode.h +++ b/tools/ProfileTreeNode.h @@ -30,7 +30,7 @@ namespace JSC { class ProfileTreeNode { typedef HashMap Map; - typedef Map::ValueType MapEntry; + typedef Map::KeyValuePairType MapEntry; public: ProfileTreeNode()