| Index: third_party/WebKit/Source/wtf/TerminatedArray.h
|
| diff --git a/third_party/WebKit/Source/wtf/TerminatedArray.h b/third_party/WebKit/Source/wtf/TerminatedArray.h
|
| index cf1609dbcd333747c0462da94e71861d02f20ffc..29508793b0e7d121175f4c86b054264b41957947 100644
|
| --- a/third_party/WebKit/Source/wtf/TerminatedArray.h
|
| +++ b/third_party/WebKit/Source/wtf/TerminatedArray.h
|
| @@ -75,7 +75,8 @@ class TerminatedArray {
|
| return count;
|
| }
|
|
|
| - // Match Allocator semantics to be able to use std::unique_ptr<TerminatedArray>.
|
| + // Match Allocator semantics to be able to use
|
| + // std::unique_ptr<TerminatedArray>.
|
| void operator delete(void* p) { ::WTF::Partitions::fastFree(p); }
|
|
|
| private:
|
|
|