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 22c3fd2debd78c9d4fcfd2e34043f3b043f75281..bd5890fbb835f63111973d7d7470781ee6acbee9 100644 |
--- a/third_party/WebKit/Source/core/dom/CharacterData.cpp |
+++ b/third_party/WebKit/Source/core/dom/CharacterData.cpp |
@@ -151,7 +151,6 @@ void CharacterData::replaceData(unsigned offset, |
setDataAndUpdate(newStr, offset, realCount, data.length(), |
UpdateFromNonParser); |
- // update the markers for spell checking and grammar checking |
document().didRemoveText(this, offset, realCount); |
document().didInsertText(this, offset, data.length()); |
} |