| Index: Source/core/dom/TextEvent.cpp
|
| diff --git a/Source/core/dom/TextEvent.cpp b/Source/core/dom/TextEvent.cpp
|
| index ba201e4ad3a4b27dab2194cc63dc389e109cb69a..53078d88f43fffd258a490c35fd9db7b25b4d672 100644
|
| --- a/Source/core/dom/TextEvent.cpp
|
| +++ b/Source/core/dom/TextEvent.cpp
|
| @@ -74,7 +74,6 @@ TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, TextEven
|
| : UIEvent(eventNames().textInputEvent, true, true, view, 0)
|
| , m_inputType(inputType)
|
| , m_data(data)
|
| - , m_pastingFragment(0)
|
| , m_shouldSmartReplace(false)
|
| , m_shouldMatchStyle(false)
|
| {
|
|
|