| Index: third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp
|
| index 18a5d75a0fb6d6ac386509881b2c9e6aa27561d6..4dfaee97ead5fb2983c0c1539405dd525c51f181 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp
|
| @@ -95,7 +95,7 @@ bool TextMatchMarkerListImpl::SetTextMatchMarkersActive(unsigned start_offset,
|
| // range.
|
| if (marker.StartOffset() >= end_offset)
|
| break;
|
| - marker.SetIsActiveMatch(active);
|
| + ToTextMatchMarker(marker).SetIsActiveMatch(active);
|
| doc_dirty = true;
|
| }
|
| return doc_dirty;
|
|
|