| 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 156883d6c506d3e5c358a44263f75d1a0838c155..a5ab47e0d40e1864b88ca790bac49617c901ad7c 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
|
| @@ -11,8 +11,7 @@ namespace blink {
|
|
|
| class CORE_EXPORT SpellCheckMarker : public DocumentMarker {
|
| public:
|
| - SpellCheckMarker(DocumentMarker::MarkerType,
|
| - unsigned start_offset,
|
| + SpellCheckMarker(unsigned start_offset,
|
| unsigned end_offset,
|
| const String& description);
|
|
|
|
|