| Index: Source/modules/notifications/NotificationEvent.h
|
| diff --git a/Source/modules/notifications/NotificationEvent.h b/Source/modules/notifications/NotificationEvent.h
|
| index 210a943ee75632bf8ad78c969f166c0545f52dff..dfa1cf82d54a6dc210467250d3fcf2867ad27e9a 100644
|
| --- a/Source/modules/notifications/NotificationEvent.h
|
| +++ b/Source/modules/notifications/NotificationEvent.h
|
| @@ -8,12 +8,13 @@
|
| #include "modules/EventModules.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/notifications/Notification.h"
|
| -#include "modules/notifications/NotificationEventInit.h"
|
| #include "modules/serviceworkers/ExtendableEvent.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| +class NotificationEventInit;
|
| +
|
| class MODULES_EXPORT NotificationEvent final : public ExtendableEvent {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|