| Index: third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| index c77f838312721d511123d424472580bbbdc37029..c0b3849e736940d21d01d36b589bcd77283a8b10 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| @@ -141,7 +141,7 @@ class WorkerThreadForTest : public WorkerThread {
|
| WTF::makeUnique<Vector<CSPHeaderAndType>>();
|
| CSPHeaderAndType headerAndType("contentSecurityPolicy",
|
| ContentSecurityPolicyHeaderTypeReport);
|
| - headers->append(headerAndType);
|
| + headers->push_back(headerAndType);
|
|
|
| WorkerClients* clients = nullptr;
|
|
|
|
|