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

Unified Diff: include/v8-profiler.h

Issue 2085043005: Use gender neutral terms (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 | tools/testrunner/server/main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-profiler.h
diff --git a/include/v8-profiler.h b/include/v8-profiler.h
index 535e8212d61161d3cc3a09838d4515b4f5352265..b2c1dc9818ac8e4f78660e48d6a0992815495fb5 100644
--- a/include/v8-profiler.h
+++ b/include/v8-profiler.h
@@ -694,7 +694,6 @@ class V8_EXPORT HeapProfiler {
HeapProfiler& operator=(const HeapProfiler&);
};
-
/**
* Interface for providing information about embedder's objects
* held by global handles. This information is reported in two ways:
@@ -709,7 +708,7 @@ class V8_EXPORT HeapProfiler {
* were not previously reported via AddObjectGroup.
*
* Thus, if an embedder wants to provide information about native
- * objects for heap snapshots, he can do it in a GC prologue
+ * objects for heap snapshots, it can do it in a GC prologue
Michael Achenbach 2016/06/22 14:59:59 Isn't the phrase for humans "they"?
jochen (gone - plz use gerrit) 2016/06/22 15:02:23 "the embedder" is a piece of software (at least ho
Marcel Hlopko 2016/06/22 15:02:40 I assumed embedder == blink, not the programmer...
Michael Achenbach 2016/06/22 15:04:12 Got it!
* handler, and / or by assigning wrapper class ids in the following way:
*
* 1. Bind a callback to class id by calling SetWrapperClassInfoProvider.
« no previous file with comments | « no previous file | tools/testrunner/server/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698