Index: third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.cpp |
diff --git a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.cpp b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.cpp |
index f0636a51c7b7de4b7a01d1b98b402f180cc1b151..fa83de2ab72eb68fc33d7836e8780c2af4fdaa2f 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.cpp |
+++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.cpp |
@@ -68,8 +68,8 @@ bool SpellCheckMarkerListImpl::RemoveMarkers(unsigned start_offset, |
bool SpellCheckMarkerListImpl::ShiftMarkers(unsigned offset, |
unsigned old_length, |
unsigned new_length) { |
- return DocumentMarkerListEditor::ShiftMarkers(&markers_, offset, old_length, |
- new_length); |
+ return DocumentMarkerListEditor::ShiftMarkersContentDependent( |
+ &markers_, offset, old_length, new_length); |
} |
DEFINE_TRACE(SpellCheckMarkerListImpl) { |