Commit c44da6c2 authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

[api] Refine description for PersistentBase::MarkActive

Bug: chromium:780749
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: Ifd7da70dd9adffe5de7f126539c4780799d55673
Reviewed-on: https://chromium-review.googlesource.com/763528Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49323}
parent 9d5e17a7
...@@ -583,7 +583,9 @@ template <class T> class PersistentBase { ...@@ -583,7 +583,9 @@ template <class T> class PersistentBase {
/** /**
* Marks the reference to this object as active. The scavenge garbage * Marks the reference to this object as active. The scavenge garbage
* collection should not reclaim the objects marked as active. * collection should not reclaim the objects marked as active, even if the
* object held by the handle is otherwise unreachable.
*
* This bit is cleared after the each garbage collection pass. * This bit is cleared after the each garbage collection pass.
*/ */
V8_INLINE void MarkActive(); V8_INLINE void MarkActive();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment