Index: src/heap-profiler.h |
diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
index 4197d4d54c9076015c8ffb10ea42fd40ad0c92d4..562d9b9c792c14220177cd8924940aab9d27fc06 100644 |
--- a/src/heap-profiler.h |
+++ b/src/heap-profiler.h |
@@ -22,11 +22,6 @@ class HeapProfiler { |
size_t GetMemorySizeUsedByProfiler(); |
HeapSnapshot* TakeSnapshot( |
- const char* name, |
- v8::ActivityControl* control, |
- v8::HeapProfiler::ObjectNameResolver* resolver); |
- HeapSnapshot* TakeSnapshot( |
- String* name, |
v8::ActivityControl* control, |
v8::HeapProfiler::ObjectNameResolver* resolver); |
@@ -73,7 +68,6 @@ class HeapProfiler { |
SmartPointer<HeapObjectsMap> ids_; |
List<HeapSnapshot*> snapshots_; |
SmartPointer<StringsStorage> names_; |
- unsigned next_snapshot_uid_; |
List<v8::HeapProfiler::WrapperInfoCallback> wrapper_callbacks_; |
SmartPointer<AllocationTracker> allocation_tracker_; |
bool is_tracking_object_moves_; |