| Index: Source/core/editing/CreateLinkCommand.h
|
| diff --git a/Source/core/editing/CreateLinkCommand.h b/Source/core/editing/CreateLinkCommand.h
|
| index 7593aab746988a227d89032f26e3c16c87839d2c..dce39d28952d9e1ca6ee511a521418f1a21eed8c 100644
|
| --- a/Source/core/editing/CreateLinkCommand.h
|
| +++ b/Source/core/editing/CreateLinkCommand.h
|
| @@ -40,8 +40,8 @@ public:
|
| private:
|
| CreateLinkCommand(Document&, const String& linkURL);
|
|
|
| - virtual void doApply() override;
|
| - virtual EditAction editingAction() const override { return EditActionCreateLink; }
|
| + void doApply() override;
|
| + EditAction editingAction() const override { return EditActionCreateLink; }
|
|
|
| String m_url;
|
| };
|
|
|