| 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 a92fe8a23b98f836fe3bd79fe69ad82a9600d386..8a6659031ff19f77a899e8d92c1b7dcda0384ad4 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| +++ b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| @@ -131,7 +131,8 @@ class WTF_EXPORT PartitionAllocator {
|
| };
|
|
|
| // Specializations for heap profiling, so type profiling of |char| is possible
|
| -// even in official builds (because |char| makes up a large portion of the heap.)
|
| +// even in official builds (because |char| makes up a large portion of the
|
| +// heap.)
|
| template <>
|
| WTF_EXPORT char* PartitionAllocator::allocateVectorBacking<char>(size_t);
|
| template <>
|
|
|