Use gender neutral terms in heap.cc

BUG=
LOG=no

Review-Url: https://codereview.chromium.org/2084823004
Cr-Commit-Position: refs/heads/master@{#37190}
This commit is contained in:
hlopko 2016-06-22 07:42:16 -07:00 committed by Commit bot
parent dc4faa623c
commit be8d603464

View File

@ -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();