| Index: Source/platform/heap/Visitor.h
|
| diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h
|
| index 83b5f85b6d40556413df4d6011ba68f3b99c49ed..32dc5051cd92ff88286991c816612987ba177f9a 100644
|
| --- a/Source/platform/heap/Visitor.h
|
| +++ b/Source/platform/heap/Visitor.h
|
| @@ -388,6 +388,7 @@ private:
|
|
|
| template<typename T>
|
| struct TypenameStringTrait {
|
| + // This method is not thread safe.
|
| static const String& get()
|
| {
|
| DEFINE_STATIC_LOCAL(String, typenameString, (WTF::extractTypeNameFromFunctionName(WTF::extractNameFunction<T>())));
|
|
|