| Index: Source/core/dom/DocumentMarker.h
|
| diff --git a/Source/core/dom/DocumentMarker.h b/Source/core/dom/DocumentMarker.h
|
| index c2465be89fe08a9f875081104a7aff109d46e9a0..c1082f41439c209a8fcc490212e7a1fd4b2f634d 100644
|
| --- a/Source/core/dom/DocumentMarker.h
|
| +++ b/Source/core/dom/DocumentMarker.h
|
| @@ -92,10 +92,8 @@ public:
|
| }
|
| };
|
|
|
| - DocumentMarker();
|
| DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description, uint32_t hash);
|
| DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch);
|
| - DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, PassRefPtrWillBeRawPtr<DocumentMarkerDetails>);
|
| DocumentMarker(const DocumentMarker&);
|
|
|
| MarkerType type() const { return m_type; }
|
|
|