Chromium Code Reviews| Index: Source/platform/heap/Handle.h |
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h |
| index b0b0480b263f85d67af8801eb3d676a64cc53227..25634ad02ef77be6f077f84f98077ae5c59ec41f 100644 |
| --- a/Source/platform/heap/Handle.h |
| +++ b/Source/platform/heap/Handle.h |
| @@ -418,8 +418,8 @@ private: |
| #if ENABLE(GC_PROFILE_MARKING) |
| void recordBacktrace() |
| { |
| - if (m_raw) |
| - m_tracingName = Heap::createBacktraceString(); |
| + //if (m_raw) |
| + // m_tracingName = Heap::createBacktraceString(); |
|
keishi
2015/01/27 08:59:00
I forgot why I did this.
|
| } |
| String m_tracingName; |