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

Unified Diff: src/heap/heap.cc

Issue 2084823004: Use gender neutral terms in heap.cc (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.cc
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
index 5605291a7dff5bf55c833a9491955c31313e2f56..2ac18710822745bdbef2ec37c162e7ec4aeadbf0 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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698