| Index: Source/modules/serviceworkers/ExtendableEvent.h
|
| diff --git a/Source/modules/serviceworkers/ExtendableEvent.h b/Source/modules/serviceworkers/ExtendableEvent.h
|
| index 256cb9f0a70da5d47a7ca51af2aa7a1d9359eaa8..4bcd111be5cc6071c650693db0fd541f7fe6ebbd 100644
|
| --- a/Source/modules/serviceworkers/ExtendableEvent.h
|
| +++ b/Source/modules/serviceworkers/ExtendableEvent.h
|
| @@ -33,13 +33,12 @@
|
|
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "modules/EventModules.h"
|
| +#include "modules/serviceworkers/ExtendableEventInit.h"
|
|
|
| namespace blink {
|
|
|
| class WaitUntilObserver;
|
|
|
| -using ExtendableEventInit = EventInit;
|
| -
|
| class ExtendableEvent : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|