| Index: third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp
|
| index 8f143337a4fca735c6c00b871bc15034ad8e6b62..15f58c768c02d7e8b73b348e4c90286a0db215ef 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp
|
| @@ -16,7 +16,7 @@ class CompositionMarkerListImplTest : public EditingTestBase {
|
|
|
| DocumentMarker* CreateMarker(unsigned start_offset, unsigned end_offset) {
|
| return new CompositionMarker(start_offset, end_offset, Color::kBlack,
|
| - CompositionMarker::Thickness::kThin,
|
| + StyleableMarker::Thickness::kThin,
|
| Color::kBlack);
|
| }
|
|
|
|
|