| Index: content/browser/service_worker/embedded_worker_test_helper.cc
|
| diff --git a/content/browser/service_worker/embedded_worker_test_helper.cc b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| index 70f7f0cb36710a6f57f605fe107abdde04408f0e..e9527b49b503898950d12e32889a691ef1235f67 100644
|
| --- a/content/browser/service_worker/embedded_worker_test_helper.cc
|
| +++ b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| @@ -94,7 +94,8 @@ void EmbeddedWorkerTestHelper::OnInstallEvent(
|
| SimulateSendMessageToBrowser(
|
| embedded_worker_id,
|
| request_id,
|
| - ServiceWorkerHostMsg_InstallEventFinished());
|
| + ServiceWorkerHostMsg_InstallEventFinished(
|
| + SERVICE_WORKER_INSTALL_EVENT_RESULT_COMPLETED));
|
| }
|
|
|
| void EmbeddedWorkerTestHelper::OnFetchEvent(
|
|
|