Revision: 24948
Author:   [email protected]
Date:     Tue Oct 28 15:12:12 2014 UTC
Log:      Revert "Heap profiler clean-up: remove unused methods"

This reverts commit 63fd24a7c0782ccc3221803e3a2740f1e1b92ceb. Broke compilation on Mac.

[email protected], [email protected]

Review URL: https://codereview.chromium.org/684883002
https://code.google.com/p/v8/source/detail?r=24948

Modified:
 /branches/bleeding_edge/src/heap-snapshot-generator.h

=======================================
--- /branches/bleeding_edge/src/heap-snapshot-generator.h Tue Oct 28 14:53:53 2014 UTC +++ /branches/bleeding_edge/src/heap-snapshot-generator.h Tue Oct 28 15:12:12 2014 UTC
@@ -332,6 +332,7 @@
                  v8::HeapProfiler::ObjectNameResolver* resolver);
   virtual ~V8HeapExplorer();
   virtual HeapEntry* AllocateEntry(HeapThing ptr);
+  void AddRootEntries(SnapshotFiller* filler);
   int EstimateObjectsCount(HeapIterator* iterator);
   bool IterateAndExtractReferences(SnapshotFiller* filler);
   void TagGlobalObjects();
@@ -472,6 +473,7 @@
   NativeObjectsExplorer(HeapSnapshot* snapshot,
                         SnapshottingProgressReportingInterface* progress);
   virtual ~NativeObjectsExplorer();
+  void AddRootEntries(SnapshotFiller* filler);
   int EstimateObjectsCount();
   bool IterateAndExtractReferences(SnapshotFiller* filler);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to