Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index b60d137f4479e6eda65378809c51abb1d8810d75..bc3eba4bb84fa3d9e0e5e1474660ede55b1aff13 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -652,7 +652,7 @@ class V8_EXPORT HeapProfiler { |
* Callback function invoked for obtaining RetainedObjectInfo for |
* the given JavaScript wrapper object. It is prohibited to enter V8 |
* while the callback is running: only getters on the handle and |
- * GetPointerFromInternalField on the objects are allowed. |
+ * GetPointerFromExternalField on the objects are allowed. |
*/ |
typedef RetainedObjectInfo* (*WrapperInfoCallback)(uint16_t class_id, |
Local<Value> wrapper); |