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

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 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;

Powered by Google App Engine
This is Rietveld 408576698