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

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

Issue 717923005: Profile FreeList Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 11 months 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
« no previous file with comments | « Source/build/features.gypi ('k') | Source/platform/heap/Heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/Handle.h
diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
index cb35d2ec3306fcf56dcdb82132d86eb4d2d04a20..03e3e5dcbcb50db1ab227baa92381e3dd8def8da 100644
--- a/Source/platform/heap/Handle.h
+++ b/Source/platform/heap/Handle.h
@@ -406,8 +406,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;
« no previous file with comments | « Source/build/features.gypi ('k') | Source/platform/heap/Heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698