| Index: third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp
|
| index ad26bac789b5ef632c51b733a304ef8f744060ed..61ecd714ab8ab5e8509e9d8e9ad4e524a21e3af4 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp
|
| @@ -15,7 +15,7 @@ class TextMatchMarkerListImplTest : public EditingTestBase {
|
|
|
| DocumentMarker* CreateMarker(unsigned start_offset, unsigned end_offset) {
|
| return new TextMatchMarker(start_offset, end_offset,
|
| - DocumentMarker::MatchStatus::kInactive);
|
| + TextMatchMarker::MatchStatus::kInactive);
|
| }
|
|
|
| Persistent<TextMatchMarkerListImpl> marker_list_;
|
|
|