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