| 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 8f2249e18a3d070f71e17824ef2e792ad97327f7..967a1fd0a72f71abf26a57379419289833634e3c 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp
|
| @@ -97,7 +97,7 @@ bool TextMatchMarkerListImpl::SetTextMatchMarkersActive(unsigned start_offset,
|
| if (marker.StartOffset() >= end_offset)
|
| break;
|
|
|
| - marker.SetIsActiveMatch(active);
|
| + ToTextMatchMarker(marker).SetIsActiveMatch(active);
|
| doc_dirty = true;
|
| }
|
|
|
|
|