| Index: Source/core/editing/SplitTextNodeContainingElementCommand.h
|
| diff --git a/Source/core/editing/SplitTextNodeContainingElementCommand.h b/Source/core/editing/SplitTextNodeContainingElementCommand.h
|
| index db23c342eeef71477577dfac0078fe30eeb6018d..0acf88569208e20de28ec1461310c3f1520f22fb 100644
|
| --- a/Source/core/editing/SplitTextNodeContainingElementCommand.h
|
| +++ b/Source/core/editing/SplitTextNodeContainingElementCommand.h
|
| @@ -42,7 +42,7 @@ public:
|
| private:
|
| SplitTextNodeContainingElementCommand(PassRefPtrWillBeRawPtr<Text>, int offset);
|
|
|
| - virtual void doApply() override;
|
| + void doApply() override;
|
|
|
| RefPtrWillBeMember<Text> m_text;
|
| int m_offset;
|
|
|