| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| index 8a4ecdc4eaadabfe8eabb428b13a5cf62c0f0468..34d0f267b06cb3f836c2f8884d7bec74da9cde96 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -63,7 +63,7 @@ class CORE_EXPORT DocumentMarkerController final
|
| void addMarker(const Position& start,
|
| const Position& end,
|
| DocumentMarker::MarkerType,
|
| - const String& description = emptyString(),
|
| + const String& description = emptyString,
|
| uint32_t hash = 0);
|
| void addTextMatchMarker(const EphemeralRange&, bool activeMatch);
|
| void addCompositionMarker(const Position& start,
|
|
|