| Index: Source/core/editing/InsertIntoTextNodeCommand.h
|
| diff --git a/Source/core/editing/InsertIntoTextNodeCommand.h b/Source/core/editing/InsertIntoTextNodeCommand.h
|
| index d1eee0c13b2d7cc032ef210abe51c0d7e28efbad..3f7f4cfbca3fcba28b121d0c685c44c7e4d94c6b 100644
|
| --- a/Source/core/editing/InsertIntoTextNodeCommand.h
|
| +++ b/Source/core/editing/InsertIntoTextNodeCommand.h
|
| @@ -44,8 +44,8 @@ public:
|
| private:
|
| InsertIntoTextNodeCommand(PassRefPtrWillBeRawPtr<Text> node, unsigned offset, const String& text);
|
|
|
| - virtual void doApply() override;
|
| - virtual void doUnapply() override;
|
| + void doApply() override;
|
| + void doUnapply() override;
|
|
|
| RefPtrWillBeMember<Text> m_node;
|
| unsigned m_offset;
|
|
|