Index: Source/core/editing/Editor.cpp |
diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp |
index 05cf9dee430c594e994e022bcec56e04c7f3bf00..ba4484d2aac3492583c216773431702b3b8b7d96 100644 |
--- a/Source/core/editing/Editor.cpp |
+++ b/Source/core/editing/Editor.cpp |
@@ -1216,7 +1216,7 @@ void Editor::setMarkedTextMatchesAreHighlighted(bool flag) |
return; |
m_areMarkedTextMatchesHighlighted = flag; |
- m_frame.document()->markers()->repaintMarkers(DocumentMarker::TextMatch); |
+ m_frame.document()->markers().repaintMarkers(DocumentMarker::TextMatch); |
} |
void Editor::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) |