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 8ca99a2b506f7a5153b32641937e7e73a1f7a5a6..646b8ce785be7c1b342a791b7e0d59f439f4c180 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp |
+++ b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp |
@@ -43,4 +43,9 @@ void UnlinkCommand::doApply(EditingState* editingState) |
removeStyledElement(HTMLAnchorElement::create(document()), editingState); |
} |
+InputEvent::InputType UnlinkCommand::inputType() const |
+{ |
+ return InputEvent::InputType::Unlink; |
+} |
+ |
} // namespace blink |