| Index: Source/core/editing/Editor.h
|
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
|
| index 36a7a6e5ce74d9b9ac316d34f5449922d25dd2fc..8597cc3b81266ca52cf54b529f63f165e0731e66 100644
|
| --- a/Source/core/editing/Editor.h
|
| +++ b/Source/core/editing/Editor.h
|
| @@ -201,8 +201,6 @@ public:
|
| Element* findEventTargetFrom(const VisibleSelection&) const;
|
|
|
| bool findString(const String&, FindOptions);
|
| - // FIXME: Switch callers over to the FindOptions version and retire this one.
|
| - bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
|
|
|
| PassRefPtrWillBeRawPtr<Range> findStringAndScrollToVisible(const String&, Range*, FindOptions);
|
|
|
|
|