| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| index 6d7629028e2bc54577b88def849adb2a6a2ac36b..0171ea10ed9826b8fe17f250839600ae601049c1 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| @@ -136,6 +136,7 @@
|
| unsigned start_offset,
|
| unsigned end_offset,
|
| const String& description);
|
| + DocumentMarker(unsigned start_offset, unsigned end_offset, MatchStatus);
|
| DocumentMarker(unsigned start_offset,
|
| unsigned end_offset,
|
| Color underline_color,
|
| @@ -174,9 +175,6 @@
|
| void ShiftOffsets(int delta);
|
|
|
| DECLARE_TRACE();
|
| -
|
| - protected:
|
| - DocumentMarker(unsigned start_offset, unsigned end_offset, MatchStatus);
|
|
|
| private:
|
| MarkerType type_;
|
|
|