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