| Index: Source/modules/serviceworkers/InstallEvent.cpp
|
| diff --git a/Source/modules/serviceworkers/InstallEvent.cpp b/Source/modules/serviceworkers/InstallEvent.cpp
|
| index de0eb64f868e9b4a79f6c410891bbe80bb533cc0..1acb700ef33748959f4de840aa5374b7f2b54c25 100644
|
| --- a/Source/modules/serviceworkers/InstallEvent.cpp
|
| +++ b/Source/modules/serviceworkers/InstallEvent.cpp
|
| @@ -70,13 +70,11 @@ const AtomicString& InstallEvent::interfaceName() const
|
|
|
| InstallEvent::InstallEvent()
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| InstallEvent::InstallEvent(const AtomicString& type, const EventInit& initializer, WaitUntilObserver* observer)
|
| : InstallPhaseEvent(type, initializer, observer)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| void InstallEvent::trace(Visitor* visitor)
|
|
|