| Index: third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
|
| diff --git a/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h b/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
|
| index 1a600e65f8cae55c4e4e6605311d919ba6ceef71..82d40b449a5ec7d4bd412e1c062b3c4fc3970d11 100644
|
| --- a/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
|
| +++ b/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
|
| @@ -17,7 +17,8 @@ struct WebPushError {
|
| ErrorTypeNotFound,
|
| ErrorTypeNotSupported,
|
| ErrorTypeUnknown,
|
| - ErrorTypeLast = ErrorTypeUnknown
|
| + ErrorTypeInvalidState,
|
| + ErrorTypeLast = ErrorTypeInvalidState
|
| };
|
|
|
| WebPushError(ErrorType errorType, const WebString& message)
|
|
|