| Index: sky/engine/core/editing/Editor.cpp
|
| diff --git a/sky/engine/core/editing/Editor.cpp b/sky/engine/core/editing/Editor.cpp
|
| index 04e759944d0d437a47116f10e12ea6a748b38d10..8046412e5d5abff8d6b3bf86bbc6cbb6d04e3678 100644
|
| --- a/sky/engine/core/editing/Editor.cpp
|
| +++ b/sky/engine/core/editing/Editor.cpp
|
| @@ -802,11 +802,7 @@ PassRefPtr<Range> Editor::rangeOfString(const String& target, Range* referenceRa
|
|
|
| void Editor::setMarkedTextMatchesAreHighlighted(bool flag)
|
| {
|
| - if (flag == m_areMarkedTextMatchesHighlighted)
|
| - return;
|
| -
|
| m_areMarkedTextMatchesHighlighted = flag;
|
| - m_frame.document()->markers().repaintMarkers(DocumentMarker::TextMatch);
|
| }
|
|
|
| void Editor::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
|
|
|