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