| Index: include/v8-profiler.h
|
| diff --git a/include/v8-profiler.h b/include/v8-profiler.h
|
| index bcca65edbcab607196694d06e15b2464828f5253..5a3a40ff6f6d029cefcdda47205235828bcffb0a 100644
|
| --- a/include/v8-profiler.h
|
| +++ b/include/v8-profiler.h
|
| @@ -255,7 +255,9 @@ class V8EXPORT HeapGraphNode {
|
| kClosure = 5, // Function closure.
|
| kRegExp = 6, // RegExp.
|
| kHeapNumber = 7, // Number stored in the heap.
|
| - kNative = 8 // Native object (not from V8 heap).
|
| + kNative = 8, // Native object (not from V8 heap).
|
| + kSynthetic = 9 // Synthetic object, usualy used for grouping
|
| + // snapshot items together.
|
| };
|
|
|
| /** Returns node type (see HeapGraphNode::Type). */
|
|
|