Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index f285980f6b654d289e82f62bd4963b3c1ccab1a9..eef9e508240da9e9c6e580d6247c83437292b9e6 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -7689,14 +7689,6 @@ void HeapProfiler::ClearObjectIds() { |
const HeapSnapshot* HeapProfiler::TakeHeapSnapshot( |
- Handle<String> title, |
- ActivityControl* control, |
- ObjectNameResolver* resolver) { |
- return TakeHeapSnapshot(control, resolver); |
-} |
- |
- |
-const HeapSnapshot* HeapProfiler::TakeHeapSnapshot( |
ActivityControl* control, ObjectNameResolver* resolver) { |
return reinterpret_cast<const HeapSnapshot*>( |
reinterpret_cast<i::HeapProfiler*>(this) |