| Index: third_party/WebKit/Source/platform/heap/TraceTraits.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/TraceTraits.h b/third_party/WebKit/Source/platform/heap/TraceTraits.h
|
| index 544e76248151a10cffb4f0f6fa8f2671a2f7f367..7d60bff23cdb4d497c3a7a7cb0ba1ba32c405288 100644
|
| --- a/third_party/WebKit/Source/platform/heap/TraceTraits.h
|
| +++ b/third_party/WebKit/Source/platform/heap/TraceTraits.h
|
| @@ -241,8 +241,7 @@ void TraceTrait<T>::traceMarkedWrapper(const WrapperVisitor* visitor,
|
| // The term *mark* is misleading here as we effectively trace through the
|
| // API boundary, i.e., tell V8 that an object is alive. Actual marking
|
| // will be done in V8.
|
| - visitor->markWrappersInAllWorlds(traceable);
|
| - visitor->dispatchTraceWrappers(traceable);
|
| + traceable->markAndDispatchTraceWrappers(visitor);
|
| }
|
|
|
| template <typename T>
|
|
|