Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index da1c0e74618c8e448a6705e8e1b5d5f7f2a2c06c..97b8ee54ce1848a2da05ebac69b42ffd4caa2cc3 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -7245,7 +7245,7 @@ unsigned CpuProfileNode::GetHitCount() const { |
| unsigned CpuProfileNode::GetCallUid() const { |
| - return reinterpret_cast<const i::ProfileNode*>(this)->entry()->GetCallUid(); |
| + return reinterpret_cast<const i::ProfileNode*>(this)->function_id(); |
| } |