Index: third_party/WebKit/Source/wtf/Partitions.cpp |
diff --git a/third_party/WebKit/Source/wtf/Partitions.cpp b/third_party/WebKit/Source/wtf/Partitions.cpp |
index 6e28e1d859aa50f0c9d4e05615fb524483ec681e..d811bb55d80712425de5f0f8811e1ec90696144e 100644 |
--- a/third_party/WebKit/Source/wtf/Partitions.cpp |
+++ b/third_party/WebKit/Source/wtf/Partitions.cpp |
@@ -47,6 +47,8 @@ SizeSpecificPartitionAllocator<3328> Partitions::m_nodeAllocator; |
SizeSpecificPartitionAllocator<1024> Partitions::m_layoutAllocator; |
HistogramEnumerationFunction Partitions::m_histogramEnumeration = nullptr; |
+const char* Partitions::m_allocatorPoolNameForTracing; |
+ |
void Partitions::initialize() |
{ |
spinLockLock(&s_initializationLock); |