| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| index 3c0fb978d86870bf611d3ff6935d5257daa400b4..dd82c0f2cd861e98dc3394be0a5588fe0624521a 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| @@ -115,7 +115,7 @@ class InProcessWorkerMessagingProxyForTest
|
| WTF::makeUnique<Vector<CSPHeaderAndType>>();
|
| CSPHeaderAndType headerAndType("contentSecurityPolicy",
|
| ContentSecurityPolicyHeaderTypeReport);
|
| - headers->append(headerAndType);
|
| + headers->push_back(headerAndType);
|
| workerThread()->start(WorkerThreadStartupData::create(
|
| scriptURL, "fake user agent", source, nullptr /* cachedMetaData */,
|
| DontPauseWorkerGlobalScopeOnStart, headers.get(),
|
|
|