| 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 c6824247898a3ba97dcc204e8eeecf5456eb2032..5e26c80c592f5f19fadcd875fd717c7aebfc51b3 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -274,6 +274,7 @@ TEST_P(WorkerThreadTest, AsyncTerminateAndThenSyncTerminate_WhileTaskIsRunning)
|
| TEST_P(WorkerThreadTest, Terminate_WhileDebuggerTaskIsRunningOnInitialization)
|
| {
|
| EXPECT_CALL(*m_reportingProxy, didCreateWorkerGlobalScope(_)).Times(1);
|
| + EXPECT_CALL(*m_reportingProxy, didInitializeWorkerContext()).Times(1);
|
| EXPECT_CALL(*m_reportingProxy, willDestroyWorkerGlobalScope()).Times(1);
|
| EXPECT_CALL(*m_reportingProxy, didTerminateWorkerThread()).Times(1);
|
| EXPECT_CALL(*m_lifecycleObserver, contextDestroyed()).Times(1);
|
|
|