| Index: third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp
|
| index 05323be048328800083e823a97d15b77e1b21d2d..e77f6a28048e4f0bb6aa4790439f151812c08a82 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp
|
| @@ -36,7 +36,7 @@ CreateLinkCommand::CreateLinkCommand(Document& document, const String& url)
|
| m_url = url;
|
| }
|
|
|
| -void CreateLinkCommand::doApply()
|
| +void CreateLinkCommand::doApply(EditingState*)
|
| {
|
| if (endingSelection().isNone())
|
| return;
|
|
|