Chromium Code Reviews
DescriptionTemplatize visitor arguments for TraceTrait mark and trace methods.
This CL replaces Visitor* in TraceTrait<T>::{mark,trace} methods arguments
to template parameter VisitorDispatcher.
This is to prepare for InlinedGlobalMarkingVisitor implementaion, so that
those methods can also be used to dispatch
TraceTrait<T>::mark(InlinedGlobalMarkingVisitor) in addition to the current
TraceTrait<T>::mark(Visitor*) usage.
BUG=420515
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187674
Patch Set 1 #Patch Set 2 : fix TypeTraits #Patch Set 3 : add more asserts #Patch Set 4 : attempt to fix msvc #Patch Set 5 : use __if_exists #Patch Set 6 : rebased #
Messages
Total messages: 20 (8 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||