Chromium Code Reviews
Description[oilpan] Wrap NodeVector into CollectionRoot for ensure that contained nodes stay alive.
This fixes bug instroduced in r156083: NodeVector used to contain RefPtr<Node> but was converted to contain Member<Node> without additional CollectionRoot<> wrapping.
Additionally it tweaks CollectionRoot<T> to provide iterator/const_iterator types from the underlying Collection and redirect operator[] to further minimize amount of changes that needs to be done when wrapping something in CollectionRoot.
R=ager@chromium.org
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156236
Patch Set 1 #Patch Set 2 : Fix infinite looping #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||