| Index: Source/platform/heap/Handle.h
|
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
|
| index cb35d2ec3306fcf56dcdb82132d86eb4d2d04a20..03e3e5dcbcb50db1ab227baa92381e3dd8def8da 100644
|
| --- a/Source/platform/heap/Handle.h
|
| +++ b/Source/platform/heap/Handle.h
|
| @@ -406,8 +406,8 @@ private:
|
| #if ENABLE(GC_PROFILE_MARKING)
|
| void recordBacktrace()
|
| {
|
| - if (m_raw)
|
| - m_tracingName = Heap::createBacktraceString();
|
| + //if (m_raw)
|
| + // m_tracingName = Heap::createBacktraceString();
|
| }
|
|
|
| String m_tracingName;
|
|
|