| Index: Source/modules/serviceworkers/WaitUntilObserver.h
|
| diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h
|
| index 3cad488bd04a8bf9ce2f5ab91f067cda9919d909..d64794f10e655771d0e9df655c4990599815311a 100644
|
| --- a/Source/modules/serviceworkers/WaitUntilObserver.h
|
| +++ b/Source/modules/serviceworkers/WaitUntilObserver.h
|
| @@ -21,7 +21,9 @@ class WaitUntilObserver final : public GarbageCollectedFinalized<WaitUntilObserv
|
| public:
|
| enum EventType {
|
| Activate,
|
| - Install
|
| + Install,
|
| + NotificationClick,
|
| + NotificationError
|
| };
|
|
|
| static WaitUntilObserver* create(ExecutionContext*, EventType, int eventID);
|
|
|