Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index f67646f54e77d90668e50491382777a46cd10d7b..abe7463b4863df20b8bd2f46ba2807384ae67c8c 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -219,8 +219,9 @@ class V8EXPORT HeapGraphEdge { |
// (e.g. parts of a ConsString). |
kHidden = 4, // A link that is needed for proper sizes |
// calculation, but may be hidden from user. |
- kShortcut = 5 // A link that must not be followed during |
+ kShortcut = 5, // A link that must not be followed during |
// sizes calculation. |
+ kWeak = 6 // A weak persistent handle reference. |
Vitaly Repeshko
2011/12/02 23:39:47
Can this be used for other weak references, e.g.,
mnaganov (inactive)
2011/12/05 12:55:25
Sure, just a stale comment. Updated.
|
}; |
/** Returns edge type (see HeapGraphEdge::Type). */ |