DescriptionOilpan: reduce visibility of Visitor::trace(const RawPtr<T>&).
With Oilpan enabled, fail earlier and make it a compile-time error to
attempt to trace a RawPtr<>. (Previously it would only trigger an
assert at run-time.)
With Oilpan disabled, the method is needed to compile tracing methods
over RawPtr-using transition types.
R=
BUG=340522
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167267
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|