| Index: third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| index e10e16faa5b98a4ab6ebf537c265cfcc0bc81149..470ed96d2c9b9f369c24dbc46d29bea6ae666b4e 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| +++ b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| @@ -155,6 +155,7 @@ public: \
|
| ASSERT(location); \
|
| return location; \
|
| } \
|
| + void* operator new(size_t, void* location) { return location; } \
|
| private: \
|
| typedef int __thisIsHereToForceASemicolonAfterThisMacro
|
|
|
|
|