| Index: third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditCommand.h b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| index 3e95154faa3676ac22871bff6864e84c387c0876..57b2d92708a26b94432ae3d21db81445a70c4306 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
|
| @@ -72,7 +72,6 @@ class CORE_EXPORT EditCommand : public GarbageCollectedFinalized<EditCommand> {
|
| // TODO(yosin): We should get rid of overloads of |setEndingSelection()|
|
| // except for taking |SelectionInDOMTree|.
|
| void setEndingSelection(const VisibleSelection&);
|
| - void setEndingSelection(const VisiblePosition&);
|
|
|
| // TODO(yosin) |isRenderedCharacter()| should be removed, and we should use
|
| // |VisiblePosition::characterAfter()| and
|
|
|