| Index: third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp
|
| index c77d3c717bc6b4460c5d71fd7d99f25d4e3019a4..8d2663130e9bfd74cb0ec98c039a87a56e835c37 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp
|
| @@ -33,7 +33,8 @@ UnlinkCommand::UnlinkCommand(Document& document)
|
| : CompositeEditCommand(document) {}
|
|
|
| void UnlinkCommand::doApply(EditingState* editingState) {
|
| - // FIXME: If a caret is inside a link, we should remove it, but currently we don't.
|
| + // FIXME: If a caret is inside a link, we should remove it, but currently we
|
| + // don't.
|
| if (!endingSelection().isNonOrphanedRange())
|
| return;
|
|
|
|
|