| Index: Source/platform/heap/MarkingVisitorImpl.h
|
| diff --git a/Source/platform/heap/MarkingVisitorImpl.h b/Source/platform/heap/MarkingVisitorImpl.h
|
| index 3265caa2dacdc26c2eca8e02514691e19e8e94a6..3381509beeea3910faef46f7af164e1b7b2beea9 100644
|
| --- a/Source/platform/heap/MarkingVisitorImpl.h
|
| +++ b/Source/platform/heap/MarkingVisitorImpl.h
|
| @@ -45,10 +45,6 @@ protected:
|
| #endif
|
| header->mark();
|
|
|
| -#if ENABLE(GC_PROFILING)
|
| - toDerived()->recordObjectGraphEdge(objectPointer);
|
| -#endif
|
| -
|
| if (callback)
|
| Heap::pushTraceCallback(const_cast<void*>(objectPointer), callback);
|
| }
|
|
|