[wrapper-tracing] Move visitor parts to blink::Visitor
Move wrapper tracing visitation to regular blink::Visitor and inherit from that in blink::ScriptWrappableVisitor. This is prework for removing TraceWrappers and solely rely on Trace methods, even for wrapper tracing. The bigger idea is to bring Trace in sync with TraceWrappers and drop TraceWrappers completely. The visitors should distinguish which part of the graph the would like to trace. Bug: chromium:841830 Change-Id: Iae4d000318f8fd2f81eb9c66ed0a625699bada34 Reviewed-on: https://chromium-review.googlesource.com/1068890Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#561395}
Showing
Please register or sign in to comment