| Index: third_party/WebKit/Source/core/editing/iterators/TextBufferBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextBufferBase.cpp b/third_party/WebKit/Source/core/editing/iterators/TextBufferBase.cpp
|
| index 2a79a5c97c82a579c2a998dc21687b3ed7438e9e..15b5dd8c67c47c8fb425bee851e9a6a1cc410fd6 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextBufferBase.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextBufferBase.cpp
|
| @@ -8,6 +8,7 @@ namespace blink {
|
|
|
| TextBufferBase::TextBufferBase()
|
| {
|
| + m_buffer.reserveCapacity(1024);
|
| m_buffer.resize(capacity());
|
| }
|
|
|
|
|