| Index: third_party/WebKit/Source/wtf/Partitions.h
|
| diff --git a/third_party/WebKit/Source/wtf/Partitions.h b/third_party/WebKit/Source/wtf/Partitions.h
|
| index 8c7ce102b26f9d464c11c48ca40abc13ffd0be39..d8bb024ec6c554550397e31ed73ae7c8427e494b 100644
|
| --- a/third_party/WebKit/Source/wtf/Partitions.h
|
| +++ b/third_party/WebKit/Source/wtf/Partitions.h
|
| @@ -95,11 +95,6 @@ public:
|
| return partitionAllocGeneric(bufferPartition(), n);
|
| }
|
|
|
| - ALWAYS_INLINE static void* bufferRealloc(void* p, size_t n)
|
| - {
|
| - return partitionReallocGeneric(bufferPartition(), p, n);
|
| - }
|
| -
|
| ALWAYS_INLINE static void bufferFree(void* p)
|
| {
|
| partitionFreeGeneric(bufferPartition(), p);
|
|
|