DescriptionBlinkGCPlugin: Fix base class trace call detection in traceImpl().
Existing code has assumed a trace function call delegating to a base class has
the same name as the name of the function where the trace call is written (e.g.
Base::trace(visitor) in Derived::trace(), and Base::traceAfterDispatch(visitor)
in Derived::traceAfterDispatch()).
After the introduction of traceImpl(), however, this is no longer true. This
patch fixes this issue.
BUG=none
R=kouhei@chromium.org
CC=zerny@chromium.org, oilpan-reviews@chromium.org
Committed: https://crrev.com/d8c277946ff3cb54a256a77c38d60373f14dee29
Cr-Commit-Position: refs/heads/master@{#317026}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|