| 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 dc3081d62617ab6848756488485f8a7624eb6a47..3d71258d4e5da3c61003dd3bdc89646289b9fbab 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.h
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.h
|
| @@ -106,7 +106,7 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
|
|
|
| void transpose();
|
|
|
| - void respondToChangedContents(const VisibleSelection& endingSelection);
|
| + void respondToChangedContents(const Position&);
|
|
|
| bool selectionStartHasStyle(CSSPropertyID, const String& value) const;
|
| TriState selectionHasStyle(CSSPropertyID, const String& value) const;
|
|
|