| Index: Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| diff --git a/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| index 495bf3cf233a8948237d83369ca09f1bdf5f6190..c0556a85d17b5b611abe2ccb70a872f7d21565dc 100644
|
| --- a/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| +++ b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| @@ -63,13 +63,6 @@ protected:
|
| return m_visitor->markingMode();
|
| }
|
|
|
| -#if ENABLE(GC_PROFILING)
|
| - inline void recordObjectGraphEdge(const void* objectPointer)
|
| - {
|
| - m_visitor->recordObjectGraphEdge(objectPointer);
|
| - }
|
| -#endif
|
| -
|
| private:
|
| static InlinedGlobalMarkingVisitor fromHelper(Helper* helper)
|
| {
|
|
|