| 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 053f7c55248d98241cb09e957769e0e0923f0307..07ca3e6d72cde7ffe7940baa6b602542d1164560 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
|
| @@ -15,8 +15,7 @@ namespace blink {
|
| // or grammar error.
|
| class CORE_EXPORT SpellCheckMarker : public DocumentMarker {
|
| public:
|
| - SpellCheckMarker(DocumentMarker::MarkerType,
|
| - unsigned start_offset,
|
| + SpellCheckMarker(unsigned start_offset,
|
| unsigned end_offset,
|
| const String& description);
|
|
|
|
|