| Index: third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
|
| index f0cd02b68222964c848fa67632c0d419131862cd..ef5f45a16629e5da65f1b1d8f0a3a53b4675b3b6 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
|
| @@ -18,10 +18,10 @@ class CORE_EXPORT SpellCheckMarker final : public DocumentMarker {
|
|
|
| // DocumentMarker implementations
|
| SpellCheckMarker* clone() const final;
|
| -
|
| MarkerType type() const final;
|
|
|
| - const String& description() const final;
|
| + // SpellCheckMarker-specific
|
| + const String& description() const;
|
|
|
| protected:
|
| SpellCheckMarker(const SpellCheckMarker&) = default;
|
|
|