Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1484)

Unified Diff: src/heap/heap.h

Issue 2477143002: Revert of [Tracing] Use TracingCategoryObserver in gc statistics (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/flag-definitions.h ('k') | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index f4ef6953fd6352bc59b9d64726c93ec6379a7a97..c9f79bb761f9b433c5bda4f8e834edd386114c7a 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -944,9 +944,6 @@
// Returns whether it succeeded.
bool CreateHeapObjects();
- // Create ObjectStats if live_object_stats_ or dead_object_stats_ are nullptr.
- V8_INLINE void CreateObjectStats();
-
// Destroys all memory allocated by the heap.
void TearDown();
« no previous file with comments | « src/flag-definitions.h ('k') | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698