| Index: include/v8-profiler.h
|
| diff --git a/include/v8-profiler.h b/include/v8-profiler.h
|
| index 27da41822b6df71391f79e86ce6c1a5300aba6b2..b59d1556a592fb581e2f63147385f822bf935be6 100644
|
| --- a/include/v8-profiler.h
|
| +++ b/include/v8-profiler.h
|
| @@ -245,7 +245,8 @@ class V8EXPORT HeapGraphNode {
|
| kString = 2, // A string.
|
| kObject = 3, // A JS object (except for arrays and strings).
|
| kCode = 4, // Compiled code.
|
| - kClosure = 5 // Function closure.
|
| + kClosure = 5, // Function closure.
|
| + kRegExp = 6 // RegExp.
|
| };
|
|
|
| /** Returns node type (see HeapGraphNode::Type). */
|
|
|