summaryrefslogtreecommitdiff
path: root/deps/v8/src/profiler/weak-code-registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/profiler/weak-code-registry.h')
-rw-r--r--deps/v8/src/profiler/weak-code-registry.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/v8/src/profiler/weak-code-registry.h b/deps/v8/src/profiler/weak-code-registry.h
index 5e6cc1a079..8de4370817 100644
--- a/deps/v8/src/profiler/weak-code-registry.h
+++ b/deps/v8/src/profiler/weak-code-registry.h
@@ -35,8 +35,9 @@ class V8_EXPORT_PRIVATE WeakCodeRegistry {
private:
Isolate* const isolate_;
- // Invariant: Entries will always be removed here before the CodeMap is
- // destroyed. CodeEntries should not be freed while their heap objects exist.
+ // Invariant: Entries will always be removed here before the
+ // InstructionStreamMap is destroyed. CodeEntries should not be freed while
+ // their heap objects exist.
std::vector<CodeEntry*> entries_;
};