| 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 b4ed20b8d42f476ded78de15c0672f4bd150a25f..9e58753851247bea874164178a39319b7f5b0f86 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| @@ -141,7 +141,6 @@ class CORE_EXPORT DocumentMarker : public GarbageCollected<DocumentMarker> {
|
| unsigned startOffset,
|
| unsigned endOffset,
|
| const String& description);
|
| - DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch);
|
| DocumentMarker(unsigned startOffset,
|
| unsigned endOffset,
|
| Color underlineColor,
|
| @@ -181,6 +180,7 @@ class CORE_EXPORT DocumentMarker : public GarbageCollected<DocumentMarker> {
|
|
|
| protected:
|
| DocumentMarker(const DocumentMarker&);
|
| + DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch);
|
|
|
| private:
|
| MarkerType m_type;
|
|
|