| Index: third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
| index a09bdae8e62f58e96694159e7c6c72a46ef7f1ab..1e1fe382b61df6f93c46e6e41f1fff2f685742cc 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
| @@ -120,7 +120,7 @@ class DataConsumerHandleTestUtil::ReplayingHandle::ReaderImpl final
|
| void DataConsumerHandleTestUtil::ReplayingHandle::Context::add(
|
| const Command& command) {
|
| MutexLocker locker(m_mutex);
|
| - m_commands.append(command);
|
| + m_commands.push_back(command);
|
| }
|
|
|
| void DataConsumerHandleTestUtil::ReplayingHandle::Context::attachReader(
|
|
|