| Index: third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp
|
| index 88062c4e76cd28c4cf2b5e1120680c35cd7ebb00..6f79ef8a1c0a46fbf6346505cecfac22477ae07c 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DragAndDropCommand.cpp
|
| @@ -18,7 +18,8 @@ bool DragAndDropCommand::isDragAndDropCommand() const {
|
| }
|
|
|
| void DragAndDropCommand::doApply(EditingState*) {
|
| - // Do nothing. Should only register undo entry after combined with other commands.
|
| + // Do nothing. Should only register undo entry after combined with other
|
| + // commands.
|
| }
|
|
|
| InputEvent::InputType DragAndDropCommand::inputType() const {
|
|
|