| Index: Source/core/events/BeforeUnloadEvent.cpp
|
| diff --git a/Source/core/events/BeforeUnloadEvent.cpp b/Source/core/events/BeforeUnloadEvent.cpp
|
| index 32d19e178e55c78ce20857650d2b948e1464b8c8..2d2d1bd5dcf760cc6b94b9dca3c84d1d11d3ce39 100644
|
| --- a/Source/core/events/BeforeUnloadEvent.cpp
|
| +++ b/Source/core/events/BeforeUnloadEvent.cpp
|
| @@ -30,7 +30,6 @@ namespace blink {
|
| BeforeUnloadEvent::BeforeUnloadEvent()
|
| : Event(EventTypeNames::beforeunload, false, true)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| BeforeUnloadEvent::~BeforeUnloadEvent()
|
|
|