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

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

Issue 1203493004: [tracing] Adding class-wise memory statistics to blink gc memory dumps (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back to life. Created 5 years, 4 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
Index: Source/platform/heap/Visitor.h
diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h
index 1dfe6bcbf76a432c2a5aec4597a7883d4a3aa147..83b5f85b6d40556413df4d6011ba68f3b99c49ed 100644
--- a/Source/platform/heap/Visitor.h
+++ b/Source/platform/heap/Visitor.h
@@ -386,7 +386,6 @@ private:
bool m_isGlobalMarkingVisitor;
};
-#if ENABLE(GC_PROFILING)
template<typename T>
struct TypenameStringTrait {
static const String& get()
@@ -395,7 +394,6 @@ struct TypenameStringTrait {
return typenameString;
}
};
-#endif
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698