Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index 8d5e4baa3beaeada58116c787a0f40d7c60b8d22..dc888d1919a09f1fb61bb62dfa5354fe9e668b0d 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -475,21 +475,6 @@ class V8_EXPORT HeapProfiler { |
*/ |
void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info); |
- /** |
- * Starts recording JS allocations immediately as they arrive and tracking of |
- * heap objects population statistics. |
- */ |
- V8_DEPRECATED("Use StartTrackingHeapObjects instead", |
- void StartRecordingHeapAllocations()); |
- |
- /** |
- * Stops recording JS allocations and tracking of heap objects population |
- * statistics, cleans all collected heap objects population statistics data. |
- */ |
- V8_DEPRECATED("Use StopTrackingHeapObjects instead", |
- void StopRecordingHeapAllocations()); |
- |
- |
private: |
HeapProfiler(); |
~HeapProfiler(); |