| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index c89dc2ccaac184b43facbfd50be539d172fd24ae..638a25f317cfa779ab4690ed73db14426c20e800 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -7745,12 +7745,6 @@ const HeapSnapshot* HeapProfiler::GetHeapSnapshot(int index) {
|
| }
|
|
|
|
|
| -const HeapSnapshot* HeapProfiler::FindHeapSnapshot(unsigned uid) {
|
| - return reinterpret_cast<const HeapSnapshot*>(
|
| - reinterpret_cast<i::HeapProfiler*>(this)->FindSnapshot(uid));
|
| -}
|
| -
|
| -
|
| SnapshotObjectId HeapProfiler::GetObjectId(Handle<Value> value) {
|
| i::Handle<i::Object> obj = Utils::OpenHandle(*value);
|
| return reinterpret_cast<i::HeapProfiler*>(this)->GetSnapshotObjectId(obj);
|
|
|