| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
|
| index fc9e69c8eaf780ef1c0deb9f6739c0299ba49019..8897a250080e41da80648dc75ad1e0b2bb1b4a79 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
|
| @@ -44,7 +44,7 @@ class CORE_EXPORT DocumentMarkerList
|
| // TODO(rlanday): remove this method from this interface once we have a
|
| // Spelling/Grammar-specific marker list impl to put this on
|
| virtual bool RemoveMarkersUnderWords(const String& node_text,
|
| - const Vector<String>& words) = 0;
|
| + const Vector<String>& words);
|
|
|
| // Returns true if at least one marker is shifted or removed, false otherwise
|
| virtual bool ShiftMarkers(unsigned offset,
|
|
|