| Index: Source/modules/serviceworkers/InstallPhaseEvent.cpp
|
| diff --git a/Source/modules/serviceworkers/InstallPhaseEvent.cpp b/Source/modules/serviceworkers/InstallPhaseEvent.cpp
|
| index 2668d37666f71a4017ab428ea52329dbe40f0901..d91b5774de87b1e2835916173f0270ab71aae9fc 100644
|
| --- a/Source/modules/serviceworkers/InstallPhaseEvent.cpp
|
| +++ b/Source/modules/serviceworkers/InstallPhaseEvent.cpp
|
| @@ -57,14 +57,12 @@ void InstallPhaseEvent::waitUntil(ScriptState* scriptState, const ScriptValue& v
|
|
|
| InstallPhaseEvent::InstallPhaseEvent()
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| InstallPhaseEvent::InstallPhaseEvent(const AtomicString& type, const EventInit& initializer, WaitUntilObserver* observer)
|
| : Event(type, initializer)
|
| , m_observer(observer)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| const AtomicString& InstallPhaseEvent::interfaceName() const
|
|
|