| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index faba6de0a10f797faefa059ecfcf9fe51c3e4ff2..91c9624fe05d9fc82728673460abc2fd11fd9ef6 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -6489,14 +6489,6 @@ Handle<String> CpuProfile::GetTitle() const {
|
| }
|
|
|
|
|
| -const CpuProfileNode* CpuProfile::GetBottomUpRoot() const {
|
| - i::Isolate* isolate = i::Isolate::Current();
|
| - IsDeadCheck(isolate, "v8::CpuProfile::GetBottomUpRoot");
|
| - const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
|
| - return reinterpret_cast<const CpuProfileNode*>(profile->bottom_up()->root());
|
| -}
|
| -
|
| -
|
| const CpuProfileNode* CpuProfile::GetTopDownRoot() const {
|
| i::Isolate* isolate = i::Isolate::Current();
|
| IsDeadCheck(isolate, "v8::CpuProfile::GetTopDownRoot");
|
|
|