DescriptionOilpan: restrict implicit RawPtr<U> conversions; U must be T-convertible.
Make RawPtr<U> only be convertible to a RawPtr<T> iff U is type convertible
to T. This restricts the range of implicit conversions available, avoiding
extts ambiguities. It makes RawPtr symmetric with PassRefPtr in this
regard.
This fixes Oilpan compilation following r189188.
TBR=oilpan-reviews
BUG=450662
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189132
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|