From be8d603464461f050f2f41504739fa759b9c3fea Mon Sep 17 00:00:00 2001 From: hlopko Date: Wed, 22 Jun 2016 07:42:16 -0700 Subject: [PATCH] Use gender neutral terms in heap.cc BUG= LOG=no Review-Url: https://codereview.chromium.org/2084823004 Cr-Commit-Position: refs/heads/master@{#37190} --- src/heap/heap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heap/heap.cc b/src/heap/heap.cc index 278ace0a4f..cdfd5edb88 100644 --- a/src/heap/heap.cc +++ b/src/heap/heap.cc @@ -1628,7 +1628,7 @@ void Heap::Scavenge() { scavenge_collector_->SelectScavengingVisitorsTable(); if (UsingEmbedderHeapTracer()) { - // Register found wrappers with embedder so he can add them to his marking + // Register found wrappers with embedder so it can add them to its marking // deque and correctly manage the case when v8 scavenger collects the // wrappers by either keeping wrappables alive, or cleaning marking deque. mark_compact_collector()->RegisterWrappersWithEmbedderHeapTracer();