| Index: third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CharacterData.cpp b/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| index 47bd7ca3f66fe169625864b769e1fe198805ce72..d03ee40d3c4092d67a6a148ea91da079971e8659 100644
|
| --- a/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| @@ -176,9 +176,6 @@ void CharacterData::setDataAndUpdate(const String& newData,
|
| unsigned oldLength,
|
| unsigned newLength,
|
| UpdateSource source) {
|
| - if (source != UpdateFromParser)
|
| - document().dataWillChange(*this);
|
| -
|
| String oldData = m_data;
|
| m_data = newData;
|
|
|
|
|