| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarker.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.cpp b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.cpp
|
| index eaf5c8ba476b638f4b47ec92aa1e3d7ec8de1a0b..b0924e7144ed823cee53a3e54b7f49642ab0c45f 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.cpp
|
| @@ -184,7 +184,7 @@ const String& DocumentMarker::description() const {
|
| if (DocumentMarkerDescription* details =
|
| toDocumentMarkerDescription(m_details.get()))
|
| return details->description();
|
| - return emptyString();
|
| + return emptyString;
|
| }
|
|
|
| bool DocumentMarker::activeMatch() const {
|
|
|