| Index: third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
| index 73c78c7bf4bc474d16c951bd7f1dbc46b68b7575..a94fc9e6042da12cc8e62a7448c93160ed2f8e8f 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
|
| @@ -117,7 +117,7 @@ BlinkGCMemoryDumpProvider::BlinkGCMemoryDumpProvider()
|
|
|
| void BlinkGCMemoryDumpProvider::insert(Address address, size_t size, const char* typeName)
|
| {
|
| - base::trace_event::AllocationContext context = base::trace_event::AllocationContextTracker::GetContextSnapshot();
|
| + base::trace_event::AllocationContext context = base::trace_event::AllocationContextTracker::GetInstanceForCurrentThread()->GetContextSnapshot();
|
| context.type_name = typeName;
|
| MutexLocker locker(m_allocationRegisterMutex);
|
| if (m_allocationRegister)
|
|
|