| Index: third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp
|
| index e814c1fafeb74c2ef676bf779f4cc6dd53be3f82..c34a1cb2f2ae1cb261eb18609c1d620fc6a995af 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class SpellCheckMarkerListImplTest : public ::testing::Test {
|
| protected:
|
| SpellCheckMarkerListImplTest()
|
| - : marker_list_(new SpellCheckMarkerListImpl()) {}
|
| + : marker_list_(new SpellCheckMarkerListImpl(DocumentMarker::kSpelling)) {}
|
|
|
| DocumentMarker* CreateMarker(unsigned start_offset, unsigned end_offset) {
|
| return new DocumentMarker(DocumentMarker::kSpelling, start_offset,
|
|
|