| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h
|
| index fddfcd06beb30441b5cd78654715cd56eee5bb2e..d070d204bcbfc6cc6511e34718d4b47aff8660e0 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h
|
| @@ -14,7 +14,8 @@ enum WebServiceWorkerEventResult {
|
| // The service worker associated the event with a promise that was rejected
|
| // (e.g., the promise passed to waitUntil for an install event was rejected).
|
| WebServiceWorkerEventResultRejected,
|
| - WebServiceWorkerEventResultLast = WebServiceWorkerEventResultRejected
|
| + WebServiceWorkerEventResultAborted,
|
| + WebServiceWorkerEventResultLast = WebServiceWorkerEventResultAborted
|
| };
|
|
|
| } // namespace blink
|
|
|