| Index: third_party/WebKit/Source/core/editing/Editor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
|
| index e7e27fa462af0f61251d6c35ca6b477720bba31f..eb15e7c942a3242dbb4265df6faf734ee0a37ccc 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.h
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.h
|
| @@ -205,6 +205,7 @@ public:
|
| void pasteAsPlainText(const String&, bool smartReplace);
|
|
|
| Element* findEventTargetFrom(const VisibleSelection&) const;
|
| + Element* findEventTargetFromSelection() const;
|
|
|
| bool findString(const String&, FindOptions);
|
|
|
| @@ -290,8 +291,6 @@ private:
|
| void changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions);
|
| void notifyComponentsOnChangedSelection();
|
|
|
| - Element* findEventTargetFromSelection() const;
|
| -
|
| SpellChecker& spellChecker() const;
|
|
|
| bool handleEditingKeyboardEvent(KeyboardEvent*);
|
|
|