| Index: third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp
|
| index cc8adf76cb0b68c6ec41fc903d49612183437ce5..6b92d6f0eda3dfe31d1013c8e5a4c4209d5abf62 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp
|
| @@ -111,7 +111,7 @@ void ArrayBufferContents::allocateMemoryWithFlags(size_t size,
|
| InitializationPolicy policy,
|
| int flags,
|
| void*& data) {
|
| - data = partitionAllocGenericFlags(
|
| + data = PartitionAllocGenericFlags(
|
| WTF::Partitions::bufferPartition(), flags, size,
|
| WTF_HEAP_PROFILER_TYPE_NAME(ArrayBufferContents));
|
| if (policy == ZeroInitialize && data)
|
|
|