| Index: third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h b/third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h
|
| index b443572a3ea5ae1e2ce8de332753145637f13d23..90294bf0e706ade7eb32a7083bd22a0ebf419400 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushPermissionStatusCallbacks.h
|
| @@ -30,7 +30,7 @@ class PushPermissionStatusCallbacks final
|
|
|
| void onSuccess(WebPushPermissionStatus) override;
|
|
|
| - // Called if for some reason the status of the push permission cannot be checked.
|
| + // Called if for some reason the status of the permission cannot be checked.
|
| void onError(const WebPushError&) override;
|
|
|
| private:
|
|
|