Index: Source/platform/heap/Handle.h |
diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h |
index e6fcd539c63c86c117f63cb8c96a6b97c0f61dbe..308a5aa6c8a789e3d2e78415a930ff91a6e2fba4 100644 |
--- a/Source/platform/heap/Handle.h |
+++ b/Source/platform/heap/Handle.h |
@@ -333,7 +333,6 @@ private: |
if (m_raw) |
m_tracingName = Heap::createBacktraceString(); |
} |
- |
String m_tracingName; |
#else |
inline void recordBacktrace() const { } |