Index: content/browser/service_worker/service_worker_registration_status.cc |
diff --git a/content/browser/service_worker/service_worker_registration_status.cc b/content/browser/service_worker/service_worker_registration_status.cc |
index 84f293ed63ded17874d9bcc8b36d4989bffb15ee..e9b55f4acc9418f0b9384a59364a70eec784fa36 100644 |
--- a/content/browser/service_worker/service_worker_registration_status.cc |
+++ b/content/browser/service_worker/service_worker_registration_status.cc |
@@ -48,6 +48,9 @@ void GetServiceWorkerRegistrationStatusResponse( |
return; |
case SERVICE_WORKER_ERROR_ABORT: |
+ *error_type = WebServiceWorkerError::ErrorTypeAbort; |
+ return; |
+ |
case SERVICE_WORKER_ERROR_IPC_FAILED: |
case SERVICE_WORKER_ERROR_FAILED: |
case SERVICE_WORKER_ERROR_PROCESS_NOT_FOUND: |