| Index: third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
|
| index 32c5c01d5ef8600d1d2ca065f300b4d495be64b6..8866dda387c5bfc6bd4faa3791c30a783a98d017 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
|
| @@ -111,7 +111,8 @@ class DeleteSelectionCommand final : public CompositeEditCommand {
|
| bool m_sanitizeMarkup;
|
| InputEvent::InputType m_inputType;
|
|
|
| - // This data is transient and should be cleared at the end of the doApply function.
|
| + // This data is transient and should be cleared at the end of the doApply
|
| + // function.
|
| VisibleSelection m_selectionToDelete;
|
| Position m_upstreamStart;
|
| Position m_downstreamStart;
|
|
|