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. |