| Index: third_party/WebKit/Source/platform/SharedBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/SharedBuffer.cpp b/third_party/WebKit/Source/platform/SharedBuffer.cpp
|
| index c2a7a8117e176c85b0a37f0c9b8a0324a1077e81..7fadd57af6726b3ea992fee71e72b5ec24ca9341 100644
|
| --- a/third_party/WebKit/Source/platform/SharedBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/SharedBuffer.cpp
|
| @@ -55,7 +55,7 @@ static inline unsigned offsetInSegment(unsigned position)
|
|
|
| static inline char* allocateSegment()
|
| {
|
| - return static_cast<char*>(WTF::Partitions::fastMalloc(SharedBuffer::kSegmentSize, WTF_HEAP_PROFILER_TYPE_NAME(SharedBuffer)));
|
| + return static_cast<char*>(WTF::Partitions::fastMalloc(SharedBuffer::kSegmentSize, "blink::SharedBuffer"));
|
| }
|
|
|
| static inline void freeSegment(char* p)
|
|
|