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

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

Issue 1714523006: Refactoring: Remove DETAILED_MEMORY_INFRA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove className() Created 4 years, 10 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: third_party/WebKit/Source/platform/heap/Visitor.h
diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h
index 7700ca0d829fe11858920a739a4e060c95ef391f..b9aa6ff00726a4116e5e49a83e4903cf26332811 100644
--- a/third_party/WebKit/Source/platform/heap/Visitor.h
+++ b/third_party/WebKit/Source/platform/heap/Visitor.h
@@ -400,17 +400,6 @@ private:
OwnPtr<Visitor> m_visitor;
};
-#if ENABLE(DETAILED_MEMORY_INFRA)
-template<typename T>
-struct TypenameStringTrait {
- STATIC_ONLY(TypenameStringTrait);
- static const String get()
- {
- return WTF::extractTypeNameFromFunctionName(WTF::extractNameFunction<T>());
- }
-};
-#endif
-
} // namespace blink
#endif // Visitor_h

Powered by Google App Engine
This is Rietveld 408576698