| Index: third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| index 49426f4ae437d2b386a934a0bda7c585826cb4f0..1cffd5c367c23c44f519682d0dcd645739e4a5c2 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -270,7 +270,7 @@ TEST_F(WorkerThreadTest, Terminate_WhileDebuggerTaskIsRunningOnInitialization) {
|
| WTF::makeUnique<Vector<CSPHeaderAndType>>();
|
| CSPHeaderAndType headerAndType("contentSecurityPolicy",
|
| ContentSecurityPolicyHeaderTypeReport);
|
| - headers->append(headerAndType);
|
| + headers->push_back(headerAndType);
|
|
|
| // Specify PauseWorkerGlobalScopeOnStart so that the worker thread can pause
|
| // on initialziation to run debugger tasks.
|
|
|