DescriptionOilpan: add Member<T>(RawPtr<U>) constructor.
r170929 introduced code that constructs a std::pair with a transition
type of OwnPtrWillBeMember<T> as the second component, from a value
having the transition type OwnPtrWillBeRawPtr<T>. With Oilpan enabled,
this requires an implicit conversion from RawPtr<T> to Member<T>,
which isn't supported. Introduce it here by adding a Member<T>
constructor from a given RawPtr<>.
R=
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170942
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|