Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/DragCaretController.cpp |
| diff --git a/third_party/WebKit/Source/core/editing/DragCaretController.cpp b/third_party/WebKit/Source/core/editing/DragCaretController.cpp |
| index 2699302b07007ac33b9e9be5d2572edc1fa826dc..abaed388c6ad74d1c5c7aceabbb39b6bfb4a7e92 100644 |
| --- a/third_party/WebKit/Source/core/editing/DragCaretController.cpp |
| +++ b/third_party/WebKit/Source/core/editing/DragCaretController.cpp |
| @@ -33,7 +33,7 @@ |
| namespace blink { |
| DragCaretController::DragCaretController() |
| - : m_caretBase(new CaretBase(CaretVisibility::Visible)) |
| + : m_caretBase(new CaretBase()) |
| { |
| } |