Index: public/platform/WebServiceWorkerError.h |
diff --git a/public/platform/WebServiceWorkerError.h b/public/platform/WebServiceWorkerError.h |
index d08a6c9360d8e759b29826f787fcfa2c6948aca9..4a944b646e11364e27401ef347dabc80d9784ac5 100644 |
--- a/public/platform/WebServiceWorkerError.h |
+++ b/public/platform/WebServiceWorkerError.h |
@@ -38,6 +38,7 @@ namespace blink { |
struct WebServiceWorkerError { |
enum ErrorType { |
ErrorTypeDisabled = 0, |
+ ErrorTypeAbort, |
ErrorTypeSecurity, |
ErrorTypeInstall, |
ErrorTypeActivate, |