Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h

Issue 2054203002: service worker: Fix the type of an update promise reject value (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Comment Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h
index 21582b6caed5cc1575efd0a3a2c02acc39b7fa92..a5963c9dd2462da47926d175c5c2e93286e69b02 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h
@@ -44,6 +44,7 @@ struct WebServiceWorkerError {
ErrorTypeNavigation,
ErrorTypeNetwork,
ErrorTypeNotFound,
+ ErrorTypeScriptEvaluateFailed,
ErrorTypeSecurity,
ErrorTypeState,
ErrorTypeTimeout,

Powered by Google App Engine
This is Rietveld 408576698