Skip to content

Commit 8228bda

Browse files
keishiCommit bot
authored andcommitted
Revert of Rename Heap to ThreadHeap (patchset #13 id:240001 of https://codereview.chromium.org/1845543002/ )
Reason for revert: Failed memory_test: content_unittests Original issue's description: > Rename Heap to ThreadHeap > > BUG=591606 > CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq;tryserver.chromium.perf:linux_perf_cq > > Committed: https://crrev.com/191c640cc25f76c0c0f8a0b448de33cd059f4a8e > Cr-Commit-Position: refs/heads/master@{#387233} [email protected],[email protected],[email protected],[email protected] # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=591606 Review URL: https://codereview.chromium.org/1884083002 Cr-Commit-Position: refs/heads/master@{#387254}
1 parent 2a81c34 commit 8228bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/timeline/TimelineModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ WebInspector.TimelineModel.RecordType = {
156156
ImplSideFling: "InputHandlerProxy::HandleGestureFling::started",
157157
GCIdleLazySweep: "ThreadState::performIdleLazySweep",
158158
GCCompleteSweep: "ThreadState::completeSweep",
159-
GCCollectGarbage: "BlinkGCMarking",
159+
GCCollectGarbage: "Heap::collectGarbage",
160160

161161
// CpuProfile is a virtual event created on frontend to support
162162
// serialization of CPU Profiles within tracing timeline data.

0 commit comments

Comments
 (0)