| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 2610aadc34baf75183fcd30b6f6da68a2e28b289..ca63ab7ca3c24178d4014db0397a1d802a811f5b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -4248,11 +4248,6 @@ void Document::nodeWillBeRemoved(Node& n) {
|
| styleEngine().elementWillBeRemoved(toElement(n));
|
| }
|
|
|
| -void Document::dataWillChange(const CharacterData& characterData) {
|
| - if (LocalFrame* frame = this->frame())
|
| - frame->selection().dataWillChange(characterData);
|
| -}
|
| -
|
| void Document::didInsertText(Node* text, unsigned offset, unsigned length) {
|
| for (Range* range : m_ranges)
|
| range->didInsertText(text, offset, length);
|
|
|