Description[oilpan] Resurrect a loop-back persistent handle in RefCountedHeapAllocated
We have to resurrect a loop-back persistent handle
(RefCountedHeapAllocated::m_keepAlive) when a reference count goes up
from 0 to 1. This can happen in the following scenario:
(1) The reference count becomes 0, but Handles keep references to the object.
(2) The Handle is assigned to a RefPtr. The reference count becomes 1.
R=ager@chromium.org, ager@google.com
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151398
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Total comments: 3
Patch Set 3 : #
Total comments: 4
Patch Set 4 : #
Total comments: 2
Messages
Total messages: 12 (0 generated)
|