| Index: third_party/WebKit/Source/core/editing/markers/SpellingMarker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/SpellingMarker.h b/third_party/WebKit/Source/core/editing/markers/SpellingMarker.h
|
| index d4dac785b6f652a42ec73dab396515c30e18f92a..f65792626452a5e9fda3c1cc0ce5d4acff24f054 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/SpellingMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/SpellingMarker.h
|
| @@ -20,6 +20,9 @@ class CORE_EXPORT SpellingMarker final : public SpellCheckMarker {
|
| const String& description);
|
|
|
| private:
|
| + // DocumentMarker implementations
|
| + MarkerType GetType() const final;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SpellingMarker);
|
| };
|
|
|
|
|