| Index: Source/core/events/TextEvent.cpp
|
| diff --git a/Source/core/events/TextEvent.cpp b/Source/core/events/TextEvent.cpp
|
| index 5f27ec8444976bcc5bb5ab53384bc931de3766f2..5da049bf97b9f61cbbf4e9756aa068c78901736f 100644
|
| --- a/Source/core/events/TextEvent.cpp
|
| +++ b/Source/core/events/TextEvent.cpp
|
| @@ -61,7 +61,6 @@ TextEvent::TextEvent()
|
| , m_shouldSmartReplace(false)
|
| , m_shouldMatchStyle(false)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType)
|
| @@ -72,7 +71,6 @@ TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& da
|
| , m_shouldSmartReplace(false)
|
| , m_shouldMatchStyle(false)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment,
|
| @@ -84,7 +82,6 @@ TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& da
|
| , m_shouldSmartReplace(shouldSmartReplace)
|
| , m_shouldMatchStyle(shouldMatchStyle)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| TextEvent::~TextEvent()
|
|
|