| Index: include/v8-profiler.h
|
| diff --git a/include/v8-profiler.h b/include/v8-profiler.h
|
| index d3880bce565592b7b26932a886fabdb6099db30f..3e1952c7ade9b0ae6e2e9198508ae08e15620f7c 100644
|
| --- a/include/v8-profiler.h
|
| +++ b/include/v8-profiler.h
|
| @@ -196,7 +196,9 @@ class V8EXPORT HeapGraphEdge {
|
| enum Type {
|
| CONTEXT_VARIABLE = 0, // A variable from a function context.
|
| ELEMENT = 1, // An element of an array.
|
| - PROPERTY = 2 // A named object property.
|
| + PROPERTY = 2, // A named object property.
|
| + INTERNAL = 3 // A link that can't be accessed from JS,
|
| + // thus, its name isn't a real property name.
|
| };
|
|
|
| /** Returns edge type (see HeapGraphEdge::Type). */
|
|
|