Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1480)

Unified Diff: Source/platform/heap/Handle.h

Issue 717923005: Profile FreeList Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/heap/Handle.h
diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
index af8842df8dea803143c2fb9add4ffb90ee8e6dcd..f081c3d961ed4b65b5397f05f34b6e713a3d5d5e 100644
--- a/Source/platform/heap/Handle.h
+++ b/Source/platform/heap/Handle.h
@@ -423,8 +423,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;

Powered by Google App Engine
This is Rietveld 408576698