| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index e09d4c954c0f732106bc8870d8c892604d068034..d6ed8aee2f74b3c50e5e3f78f287b974a83326f2 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -4433,7 +4433,7 @@ double CpuProfileNode::GetSelfSamplesCount() const {
|
|
|
| unsigned CpuProfileNode::GetCallUid() const {
|
| IsDeadCheck("v8::CpuProfileNode::GetCallUid");
|
| - return reinterpret_cast<const i::ProfileNode*>(this)->entry()->call_uid();
|
| + return reinterpret_cast<const i::ProfileNode*>(this)->entry()->GetCallUid();
|
| }
|
|
|
|
|
|
|